Skip to content

Commit

Permalink
Use coveralls repo token as secret in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 21, 2022
1 parent 9645b10 commit b6c207a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
npm install --registry=http://localhost:4873
- name: "Run Node Tests"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
cd $GITHUB_WORKSPACE/repo
xvfb-run --auto-servernum npm run test:ci

0 comments on commit b6c207a

Please sign in to comment.