Skip to content

Commit

Permalink
fix: Missing token for gh cli
Browse files Browse the repository at this point in the history
This exports the token for the gh cli, which is required for uploading of assets
  • Loading branch information
techman83 committed May 28, 2024
1 parent 7ca0ca0 commit 87485f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-tool-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:

- name: Upload asset
run: gh release upload v${{ inputs.version }} ${TOOL_CACHE_PATH,,}.tar.gz
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87485f7

Please sign in to comment.