add reference to codacy api token

hashable-paths
Andrew Port 2021-09-17 23:40:23 -07:00
parent 9c2e403036
commit 426ce7d56c
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run codacy-coverage-reporter - name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1 uses: codacy/codacy-coverage-reporter-action@v1
with:
api-token: ${{ secrets.CODACY_API_TOKEN }}
coverage-reports: cobertura.xml