Skip to content

Commit

Permalink
Merge pull request #13 from Az-r-ow/ci
Browse files Browse the repository at this point in the history
fix: added PAT to bump_version workflow
  • Loading branch information
Az-r-ow authored Mar 9, 2024
2 parents aafd2df + 8f8a055 commit e3f33b5
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 @@ -20,7 +20,7 @@ jobs:
uses: anothrNick/[email protected]
env:
DEFAULT_BUMP: "patch"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
MAJOR_STRING_TOKEN: "major:"
MINOR_STRING_TOKEN: "minor:"
Expand Down

0 comments on commit e3f33b5

Please sign in to comment.