Skip to content

Commit 301e0dd

Browse files
authored
Merge pull request #328 from withanage/main
Update main.yml
2 parents 4bd9ad9 + cbbbfbb commit 301e0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
7575
run: |
7676
cd ~/${{ github.event.pull_request.head.repo.name || github.event.repository.name }}
77-
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pkp-plugin generate-site ./plugins.xml
77+
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} pkp-plugin generate-site ./plugins.xml
7878
shell: bash

0 commit comments

Comments
 (0)