Skip to content

Commit

Permalink
Update name of GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Dcrammer777 committed Oct 17, 2023
1 parent d2f14e8 commit 9e6fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: bump_version
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch # Default bump type (major, minor, patch)

Expand Down

0 comments on commit 9e6fb18

Please sign in to comment.