Skip to content

Commit

Permalink
fix: use Personal Access Token to push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 3, 2024
1 parent b838850 commit 9090dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
git tag ${{ github.event.client_payload.tag }}
git push --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TEBAKO_CI_PAT_TOKEN }}

0 comments on commit 9090dcd

Please sign in to comment.