fix: secrets cannot start with `GITHUB_`

This commit is contained in:
Josh Moore 2023-10-13 21:54:15 -06:00 committed by GitHub
parent a6d2479c76
commit ff47f7c02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"