Skip to content

Commit

Permalink
Merge pull request #9 from volpatto/use-secrets-for-token
Browse files Browse the repository at this point in the history
Update codecov with secrets
  • Loading branch information
Diego Volpatto authored Nov 10, 2019
2 parents 9f4a44c + 5eedda2 commit 507ba50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
build:

runs-on: ubuntu-latest
env:
CODECOV_TOKEN: 8ba4642e-d908-4f3d-b617-6e50f0b11009
strategy:
max-parallel: 4
fail-fast: false
Expand Down Expand Up @@ -49,5 +47,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{env.CODECOV_TOKEN}}
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml

0 comments on commit 507ba50

Please sign in to comment.