There was an error while loading. Please reload this page.
2 parents 0891e1e + 3f7d86b commit b9bdde0Copy full SHA for b9bdde0
1 file changed
.github/workflows/javadoc-gh-pages.yml
@@ -43,9 +43,7 @@ jobs:
43
- name: Deploy
44
uses: peaceiris/actions-gh-pages@v4
45
with:
46
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
47
publish_dir: ./javadoc
48
destination_dir: javadoc
49
keep_files: true
50
- user_name: 'github-actions[bot]'
51
- user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments