Skip to content

Commit

Permalink
Trying to use GITHUB_TOKEN before SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumbroso committed May 11, 2022
1 parent 6d8c7ce commit 3e6d348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-deploy.yaml
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
#deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public
## If deploying on a custom domain:
Expand Down
1 change: 1 addition & 0 deletions .nojekyll
@@ -0,0 +1 @@

0 comments on commit 3e6d348

Please sign in to comment.