Skip to content

Commit 0b1635e

Browse files
committed
[workflow] Provide GITHUB_TOKEN to upload step
1 parent 7d37941 commit 0b1635e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ jobs:
4545
- name: Install x86_64 target
4646
run: rustup target add x86_64-apple-darwin
4747

48-
- run: scripts/upload_macos.sh
48+
- name: Build and upload artifacts
49+
env:
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
run: scripts/upload_macos.sh

0 commit comments

Comments
 (0)