Skip to content

Commit

Permalink
fix:Use the correct token.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jun 21, 2024
1 parent b3a9b8f commit ffc8c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
inputs.which == 'tag'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.PUSH_TAG_TOKEN }}
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
github.rest.git.createRef({
owner: context.repo.owner,
Expand Down

0 comments on commit ffc8c2d

Please sign in to comment.