Skip to content

Commit

Permalink
fix: try to run dange in PR correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed Aug 10, 2022
1 parent e509f96 commit 240aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: yarn install
working-directory: bots
- name: Danger
run: yarn danger ci --use-github-checks --failOnErrors
run: DANGER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} yarn danger ci --use-github-checks --failOnErrors
working-directory: bots

0 comments on commit 240aefd

Please sign in to comment.