Skip to content

Commit 441a055

Browse files
committed
add env
1 parent 7340ae3 commit 441a055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-build-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
- name: Build Python wheel site
6767
run: |
6868
./gradlew :python-build:buildSite
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6971
- name: Publish
7072
uses: cloudflare/pages-action@v1
7173
with:

0 commit comments

Comments
 (0)