Skip to content

Commit

Permalink
use PAT to trigger build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc committed Jul 3, 2024
1 parent c89eda2 commit 96cad3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v3

- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version
uses: anothrNick/github-tag-action@1.67.0 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
DEFAULT_BUMP: patch

0 comments on commit 96cad3d

Please sign in to comment.