Skip to content

Commit

Permalink
feat: use semvar-release token
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 12, 2025
1 parent 67bf02b commit e03d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
if: ${{ github.ref_name == 'main' }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ steps.trigger-token.outputs.token }}
branch: dev

0 comments on commit e03d14c

Please sign in to comment.