We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca239d commit ad9a99dCopy full SHA for ad9a99d
1 file changed
.github/workflows/main.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Hugo Deploy GitHub Pages
26
uses: peaceiris/actions-gh-pages@v4
27
with:
28
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29
external_repository: QuantumPL/bib
30
publish_dir: ./public
0 commit comments