Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed May 19, 2022
1 parent 0c90a50 commit 5e7b3ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/danger_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- uses: actions/checkout@v3
- run: cd bots && yarn install
- name: Danger
run: |
PUBLIC_PULLBOT_GITHUB_TOKEN_A="a6edf8e8d40ce4e8b11a"
PUBLIC_PULLBOT_GITHUB_TOKEN_B="150e1341f4dd9c944d2a"
DANGER_GITHUB_API_TOKEN="$PUBLIC_PULLBOT_GITHUB_TOKEN_A$PUBLIC_PULLBOT_GITHUB_TOKEN_B" cd bots && yarn danger ci --use-github-checks --failOnErrors --id danger_pr
run: cd bots && yarn danger ci --use-github-checks --failOnErrors --id danger_pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e7b3ef

Please sign in to comment.