There was an error while loading. Please reload this page.
1 parent 742e5f4 commit 628c3e7Copy full SHA for 628c3e7
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
with:
20
+ token: ${{ secrets.TOOLS_UPLOAD_PAT }}
21
ref: ${{ github.event.release.target_commitish }}
22
fetch-depth: 0
23
@@ -33,5 +34,5 @@ jobs:
33
34
35
- name: Build Release
36
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ GITHUB_TOKEN: ${{ secrets.TOOLS_UPLOAD_PAT }}
38
run: bash ./.github/scripts/on-release.sh
0 commit comments