Skip to content

Commit ee277ba

Browse files
committed
Use GH_APIKEY for authentication
1 parent e2e5363 commit ee277ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bonsai-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v4
3131
with:
32-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32+
personal_token: ${{ secrets.GH_APIKEY }}
3333
external_repository: IfcOpenShell/bonsaibim_org_docs
3434
publish_branch: main
3535
cname: docs.bonsaibim.org

0 commit comments

Comments
 (0)