We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca0ca0 + 87485f7 commit 8fc3840Copy full SHA for 8fc3840
1 file changed
.github/workflows/build-tool-cache.yaml
@@ -51,3 +51,5 @@ jobs:
51
52
- name: Upload asset
53
run: gh release upload v${{ inputs.version }} ${TOOL_CACHE_PATH,,}.tar.gz
54
+ env:
55
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments