Skip to content

Commit

Permalink
Set GH_TOKEN to make the gh cli work
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Oct 31, 2024
1 parent e65704d commit fe2eb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: azure/setup-helm@v4

- name: Install CR tool
env:
GH_TOKEN: ${{ github.token }}
run: |
mkdir "${BIN_PATH}"
mkdir "${PACKAGE_PATH}"
Expand Down

0 comments on commit fe2eb4d

Please sign in to comment.