We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7340ae3 commit 441a055Copy full SHA for 441a055
.github/workflows/python-build-pages.yml
@@ -66,6 +66,8 @@ jobs:
66
- name: Build Python wheel site
67
run: |
68
./gradlew :python-build:buildSite
69
+ env:
70
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
- name: Publish
72
uses: cloudflare/pages-action@v1
73
with:
0 commit comments