Skip to content

Commit

Permalink
Merge pull request #549 from jhaals/codecov
Browse files Browse the repository at this point in the history
Update codecov token
  • Loading branch information
jhaals committed Aug 11, 2020
2 parents 402ee17 + fc7a02b commit 74924b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: codecov upload
uses: codecov/[email protected]
with:
token: dd0fadc9-f0f1-4cd1-8fa6-91665629f9d9
env:
token: ${{ secrets.CODECOV_TOKEN }}
node:
name: Website Test
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,5 @@ jobs:
browser: chrome
record: true
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74924b0

Please sign in to comment.