Skip to content

Commit

Permalink
use the automatical token
Browse files Browse the repository at this point in the history
  • Loading branch information
BanglanfengPan committed Oct 23, 2024
1 parent 51143d6 commit 859b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wattpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.release.tag_name }} ./task_${{ matrix.go_os }}_${{ matrix.go_arch }}.tar.gz

0 comments on commit 859b16b

Please sign in to comment.