Skip to content

Commit

Permalink
Merge pull request #25 from CallyCo-io/fix/tool-cache
Browse files Browse the repository at this point in the history
Missing token for gh cli
  • Loading branch information
techman83 authored May 28, 2024
2 parents 7ca0ca0 + 87485f7 commit 8fc3840
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 8fc3840

Please sign in to comment.