Skip to content

Commit

Permalink
Merge pull request #361 from nodecross/fix/bump-version-ci
Browse files Browse the repository at this point in the history
Use GITHUB_TOKEN on bumv-version CI
  • Loading branch information
c0ridrew authored Jul 29, 2024
2 parents 7a43e3c + 12241f4 commit 6a105b1
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 @@ -30,7 +30,7 @@ jobs:
with:
ref: ${{ github.ref }}
actor: ${{ github.actor }}
github_token: ${{ secrets.PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}

bump-version:
name: Bump Version
Expand Down

0 comments on commit 6a105b1

Please sign in to comment.