Skip to content

Commit

Permalink
use PAT instead of github_token for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
infosecB committed Aug 4, 2024
1 parent 38b4014 commit 1f5f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT }}

0 comments on commit 1f5f697

Please sign in to comment.