Skip to content

Commit

Permalink
Add PAT to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Oct 12, 2021
1 parent fa365ce commit 8919310
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 @@ -77,7 +77,7 @@ jobs:
id: publish-release
with:
artifacts: "**/*WorkshopTool*.zip"
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.PAT_WORKFLOW}}
name: Workshop Tool v${{steps.changelog.outputs.version-prefix}}
tag: v${{steps.changelog.outputs.version}}
commit: master
Expand Down

0 comments on commit 8919310

Please sign in to comment.