Skip to content

Commit 9b294a2

Browse files
committed
fix: add GitHub token environment variable for bottle upload step
1 parent 8d7fda9 commit 9b294a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ jobs:
447447
echo "bottle-sha-x64=$BOTTLE_SHA_X64" >> $GITHUB_OUTPUT
448448
449449
- name: Upload bottles to GitHub release
450+
env:
451+
GH_TOKEN: ${{ github.token }}
450452
run: |
451453
VERSION="${{ needs.validate-version.outputs.version }}"
452454
BOTTLE_NAME_ARM64="${{ steps.bottles.outputs.bottle-name-arm64 }}"

0 commit comments

Comments
 (0)