Skip to content

Commit

Permalink
fix danger-js 403 error
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Aug 29, 2021
1 parent deac4f4 commit c9c8055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn --immutable

lint-danger-typecheck:
name: Running TypeScript compiler & ESLint
name: Pre-test checks
runs-on: ubuntu-latest
needs: prepare-yarn-cache

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Danger
run: yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
- name: run tsc
run: yarn tsc
- name: run eslint
Expand Down

0 comments on commit c9c8055

Please sign in to comment.