Skip to content

Commit 53d0cc6

Browse files
authored
Update GITHUB_TOKEN environment variable for Danger (#10365)
This PR updates the `GITHUB_TOKEN` environment variable that we use for Danger so that it should (hopefully) be able to run for PRs of external contributors. Followed the instructions outlined [here](https://danger.systems/js/guides/getting_started#setting-up-danger-to-run-on-your-ci). Danger comments will now by left by the @zed-industries-bot: <img width="951" alt="Screenshot 2024-04-10 at 1 07 15 PM" src="https://github.com/zed-industries/zed/assets/1486634/d28cd537-9626-47df-8878-75a778824ef4"> Release Notes: - N/A
1 parent 03d853d commit 53d0cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/danger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run Danger
3333
run: pnpm run --dir script/danger danger ci
3434
env:
35-
GITHUB_TOKEN: ${{ github.token }}
35+
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)