Skip to content

Commit

Permalink
Try with env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-nz committed Aug 1, 2021
1 parent 9051eff commit e1c203c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
node: [14]
os: [ubuntu-latest]

env:
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

steps:
- name: Clone repository
uses: actions/checkout@v2
Expand All @@ -37,4 +41,3 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@1.0.0
with:
api-token: ${{ secrets.CODACY_API_TOKEN }}
coverage-reports: cobertura.xml

0 comments on commit e1c203c

Please sign in to comment.