Revert to GETHUB_TOKEN; special token not available in fork PRs. (#3266)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-08-12 12:47:26 +02:00 committed by GitHub
parent bdc88d439b
commit 247b61d057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,4 @@ jobs:
- name: Danger
run: yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}