Skip to content

Commit

Permalink
ci: use release token for release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Aug 27, 2024
1 parent 5aa29b8 commit bf8b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxnowack/[email protected]
with:
token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.RELEASE_TOKEN }}"
useNameFromRef: 'true'
ref: "${{ github.ref }}"
badwords: 'ci:,docs:,chore:,chore(deps),fix(deps)'

0 comments on commit bf8b8d0

Please sign in to comment.