Add comment about PAT

This commit is contained in:
Andre_601 2020-07-30 23:56:24 +02:00 committed by GitHub
parent 8b1227e6b7
commit 0ce8dd5096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,9 @@ jobs:
# #
ACTION_MAIL: 'actions@github.com' ACTION_MAIL: 'actions@github.com'
ACTION_NAME: 'github-actions[bot]' ACTION_NAME: 'github-actions[bot]'
#
# We (sadly) have to use a PAT (Personal Access Token) for this action.
#
GH_PAT: '${{ secrets.WORKFLOWPAT }}' GH_PAT: '${{ secrets.WORKFLOWPAT }}'
OWNER: 'PlaceholderAPI' OWNER: 'PlaceholderAPI'
REPO_NAME: 'PlaceholderAPI' REPO_NAME: 'PlaceholderAPI'