Skip to content

Commit

Permalink
work with pat instead of gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
wisses committed Oct 31, 2023
1 parent b28d806 commit b09338f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand All @@ -49,7 +49,7 @@ jobs:
- name: upload assets
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: release.zip
Expand Down

0 comments on commit b09338f

Please sign in to comment.