We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e5363 commit ee277baCopy full SHA for ee277ba
1 file changed
.github/workflows/bonsai-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Deploy to GitHub Pages
30
uses: peaceiris/actions-gh-pages@v4
31
with:
32
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ personal_token: ${{ secrets.GH_APIKEY }}
33
external_repository: IfcOpenShell/bonsaibim_org_docs
34
publish_branch: main
35
cname: docs.bonsaibim.org
0 commit comments