Skip to content

Commit

Permalink
chore: add GITHUB_TOKEN env to release.yml (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Feb 21, 2024
1 parent 802a21d commit 7f011e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
env:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: |
make prepare
echo "$GPG_SECRET_KEY" | base64 --decode | gpg --import --no-tty --batch --yes
Expand Down

0 comments on commit 7f011e2

Please sign in to comment.