We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b99d4c commit e58cbecCopy full SHA for e58cbec
.github/workflows/deploy.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: Deploy
143
uses: peaceiris/actions-gh-pages@v4
144
with:
145
- github_token: ${{ secrets.DEPLOY_TOKEN }}
+ personal_token: ${{ secrets.DEPLOY_TOKEN }}
146
external_repository: romcal/romcal.github.io
147
publish_branch: gh-pages
148
publish_dir: ./react-app/build
0 commit comments