Skip to content

Commit

Permalink
Merge pull request #168 from philrhc/github-push-action-github-token
Browse files Browse the repository at this point in the history
change to use secrets.github_token
  • Loading branch information
sphaero authored Jan 7, 2025
2 parents de0e901 + 883fe60 commit a9ed346
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 @@ -102,4 +102,4 @@ jobs:
with:
tags: true
branch: ${{ github.ref }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9ed346

Please sign in to comment.