Skip to content

Commit

Permalink
chore: add GITHUB_TOKEN env to prepare-release.yml (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Feb 22, 2024
1 parent ebadce0 commit a9068c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 a9068c3

Please sign in to comment.