Skip to content

Commit

Permalink
#24: Fix api token in dispatch_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowis committed Aug 10, 2023
1 parent bb42a1b commit 23e5297
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 @@ -81,5 +81,5 @@ jobs:
uses: peter-evans/[email protected]
if: ${{ github.event_name=='push' }}
with:
token: ${{ secrets.PERSONAL_TOKEN_REPO_WORKFLOW }}
token: ${{ secrets.API_TOKEN_GITHUB }}
event-type: dispatch_publish

0 comments on commit 23e5297

Please sign in to comment.