Skip to content

Commit

Permalink
Use PAT to trigger github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed May 26, 2024
1 parent c72d2b8 commit eb53d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: pkgdeps/git-tag-action@v3
with:
version: ${{ env.PACKAGE_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
git_tag_prefix: "v"
Expand Down

0 comments on commit eb53d24

Please sign in to comment.