Skip to content

Commit

Permalink
change gh token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Aug 25, 2024
1 parent dada172 commit 0b9e314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: create release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ env.TAG }}
run: |
set -xv
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: upload
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ env.TAG }}
run: |
gh release upload ${{ env.TAG }} ./artifact/${{ matrix.package.name }} --clobber
Expand Down

0 comments on commit 0b9e314

Please sign in to comment.