diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index bc25141..539e720 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -35,6 +35,9 @@ jobs: # ACTION_MAIL: 'actions@github.com' ACTION_NAME: 'github-actions[bot]' + # + # We (sadly) have to use a PAT (Personal Access Token) for this action. + # GH_PAT: '${{ secrets.WORKFLOWPAT }}' OWNER: 'PlaceholderAPI' REPO_NAME: 'PlaceholderAPI'