From bf8b8d0ea5d46b248a872f0c2cdcbab25119fd7e Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Tue, 27 Aug 2024 13:46:37 +0200 Subject: [PATCH] ci: use release token for release creation --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db2a102e..5ef5e12f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: maxnowack/action-release-generator@v1.4.0 with: - token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.RELEASE_TOKEN }}" useNameFromRef: 'true' ref: "${{ github.ref }}" badwords: 'ci:,docs:,chore:,chore(deps),fix(deps)'