Skip to content

Commit 2fc8249

Browse files
committed
Add token to download playground
1 parent 6d2167a commit 2fc8249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/download-playground.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
# id-token: write
2525
steps:
2626
- name: Download artifacts
27+
env:
28+
GH_TOKEN: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
2729
run: |
2830
# gh release download --pattern "*.whl"
2931
gh release download --pattern "*.tar.gz"

0 commit comments

Comments
 (0)