Skip to content

Commit 7ae678a

Browse files
committed
fix: update GitHub token for Danger integration in PR check workflow
1 parent 66fff33 commit 7ae678a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Run Danger
2626
run: npx danger ci --dangerfile=./.github/.dangerfile.ts
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)