We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd49cf commit 9b0cc0cCopy full SHA for 9b0cc0c
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Copy hosted binaries to proper directory and commit
64
env:
65
- GITHUB_TOKEN: ${{ secrets.TOOLS_UPLOAD_PAT }}
+ GITHUB_TOKEN: ${{ github.token }}
66
run: |
67
# Create hosted directory if it doesn't exist
68
mkdir -p ${{ github.workspace }}/hosted
0 commit comments