Skip to content

Commit

Permalink
Revert "Update GITHUB_TOKEN environment variable for Danger (#10365)"
Browse files Browse the repository at this point in the history
Danger doesn't appear to work with PRs from forks: danger/danger-js#918

Will need to research this some more.

This reverts commit 53d0cc6.
  • Loading branch information
maxdeviant committed Apr 10, 2024
1 parent 53d0cc6 commit 3cf93df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run Danger
run: pnpm run --dir script/danger danger ci
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 3cf93df

Please sign in to comment.