We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f20ed commit 03575a7Copy full SHA for 03575a7
1 file changed
.github/workflows/publish.yml
@@ -39,4 +39,6 @@ jobs:
39
run: bash scripts/build.sh
40
41
- name: Run publish script
42
+ env:
43
+ GH_TOKEN: ${{ github.token }}
44
run: bash scripts/publish.sh
0 commit comments