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.
2 parents 4bd9ad9 + cbbbfbb commit 301e0ddCopy full SHA for 301e0dd
.github/workflows/main.yml
@@ -74,5 +74,5 @@ jobs:
74
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
75
run: |
76
cd ~/${{ github.event.pull_request.head.repo.name || github.event.repository.name }}
77
- GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pkp-plugin generate-site ./plugins.xml
+ GITHUB_TOKEN=${{ secrets.GH_TOKEN }} pkp-plugin generate-site ./plugins.xml
78
shell: bash
0 commit comments