Skip to content

Commit

Permalink
Use GITHUB_TOKEN instead of MOKAGIO_BOT_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
It's possible that my understanding of how GitHub Actions secrets work
and of which token to use if flawed. Maybe you need to use the same
exact syntax as the Danger docs suggest?

See danger/danger-js#856 (comment)
  • Loading branch information
mokagio committed Feb 11, 2020
1 parent 31d9111 commit 1be3041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Check Labels with DangerJS
run: yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.MOKAGIO_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1be3041

Please sign in to comment.