Skip to content

Commit 7d7ccfc

Browse files
committed
Add GH_TOKEN for gh CLI
1 parent b0aa33f commit 7d7ccfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bonsai-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- working-directory: ./
1111
env:
1212
GH_APIKEY: ${{ secrets.GH_APIKEY }}
13+
GH_TOKEN: ${{ secrets.GH_APIKEY }}
1314
run: |
1415
sudo apt update && sudo apt install -y python3-pip
1516
pip3 install furo sphinx-autoapi sphinx-copybutton

0 commit comments

Comments
 (0)