🐛 Replaces github.token with secrtets.token

This commit is contained in:
Alicia Sykes 2021-09-06 21:45:38 +01:00 committed by GitHub
parent cd75aeba13
commit f9ca4aed35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,5 @@ jobs:
steps: steps:
- uses: exercism/pr-commenter-action@v1.2.0 - uses: exercism/pr-commenter-action@v1.2.0
with: with:
github-token: ${{ github.BOT_GITHUB_TOKEN }} github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
config-file: .github/pr-auto-comments.yml config-file: .github/pr-auto-comments.yml