Skip to content

Commit

Permalink
GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 1, 2023
1 parent 1daf426 commit c3f707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- if: steps.release-train.outputs.created-release == 'true'
env:
RELEASE_TAG: ${{ steps.release-train.outputs.release-tag }}
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}
run: |
script/bindown -q install gh
go run ./internal/build-bootstrapper -tag "$RELEASE_TAG" > bootstrap-bindown.sh
Expand Down

0 comments on commit c3f707b

Please sign in to comment.