Skip to content

Commit

Permalink
fix(main): add token for release (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Apr 29, 2023
1 parent ceb3017 commit 92a6dcd
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,5 +30,5 @@ jobs:
version: latest
args: release --timeout=1h --release-notes=README.md
env:
GITHUB_TOKEN: ${{ secrets.G_REGISTRY_TOKEN }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
VERSION: ${{ steps.prepare.outputs.tag_name }}

0 comments on commit 92a6dcd

Please sign in to comment.