We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2167a commit 2fc8249Copy full SHA for 2fc8249
1 file changed
.github/workflows/download-playground.yaml
@@ -24,6 +24,8 @@ jobs:
24
# id-token: write
25
steps:
26
- name: Download artifacts
27
+ env:
28
+ GH_TOKEN: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
29
run: |
30
# gh release download --pattern "*.whl"
31
gh release download --pattern "*.tar.gz"
0 commit comments