Skip to content

Commit ac29f30

Browse files
committed
fix: update environment variables for Danger integration in PR check workflow
1 parent 7ae678a commit ac29f30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

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

0 commit comments

Comments
 (0)