Skip to content

Commit

Permalink
fix: use action token for version bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins authored Jun 7, 2022
1 parent 1c5d66d commit 50e95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
- name: 'cat package.json'
run: cat ./package.json
- name: 'Output Step'
Expand Down

0 comments on commit 50e95c8

Please sign in to comment.