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 7cc6d3f commit a3e7c26Copy full SHA for a3e7c26
.github/workflows/crowpi.yml
@@ -33,5 +33,5 @@ jobs:
33
uses: peaceiris/actions-gh-pages@v3
34
if: github.ref == 'refs/heads/main'
35
with:
36
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
37
publish_dir: ./public
0 commit comments