Skip to content

Commit

Permalink
use another token instead PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
yokofly committed Oct 11, 2024
1 parent e4fe598 commit 74a1f4a
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 @@ -30,7 +30,7 @@ jobs:
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.version || github.ref }}
release_name: Release ${{ github.event.inputs.version || github.ref }}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./sling
Expand Down

0 comments on commit 74a1f4a

Please sign in to comment.