Skip to content

Commit 8fc3840

Browse files
authored
Merge pull request #25 from CallyCo-io/fix/tool-cache
Missing token for gh cli
2 parents 7ca0ca0 + 87485f7 commit 8fc3840

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-tool-cache.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ jobs:
5151

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

0 commit comments

Comments
 (0)