Skip to content

Commit

Permalink
add RELEASE_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Nov 19, 2023
1 parent 7675956 commit 32f0a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
name: ${{ needs.package.outputs.packagename }}
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.RELEASE_PAT }}"
prerelease: false
files: ${{ needs.package.outputs.packagename }}

0 comments on commit 32f0a9c

Please sign in to comment.