fix: secrets cannot start with `GITHUB_`

pull/236/head
Josh Moore 7 months ago committed by GitHub
parent a6d2479c76
commit ff47f7c02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,4 +19,4 @@ jobs:
dirtyLabel: 'merge conflict'
commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.'
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."
repoToken: "${{ secrets.GITHUB_TOKEN }}"
repoToken: "${{ secrets.GH_TOKEN }}"

Loading…
Cancel
Save