add reference to codacy api token
parent
9c2e403036
commit
426ce7d56c
|
@ -20,3 +20,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Run codacy-coverage-reporter
|
||||
uses: codacy/codacy-coverage-reporter-action@v1
|
||||
with:
|
||||
api-token: ${{ secrets.CODACY_API_TOKEN }}
|
||||
coverage-reports: cobertura.xml
|
||||
|
|
Loading…
Reference in New Issue