mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🐛 Replaces github.token with secrtets.token
This commit is contained in:
parent
cd75aeba13
commit
f9ca4aed35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-commenter.yml
vendored
2
.github/workflows/pr-commenter.yml
vendored
|
|
@ -7,5 +7,5 @@ jobs:
|
|||
steps:
|
||||
- uses: exercism/pr-commenter-action@v1.2.0
|
||||
with:
|
||||
github-token: ${{ github.BOT_GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
config-file: .github/pr-auto-comments.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue