Skip to content

Commit

Permalink
chore: Update Codacy secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrr committed Jun 8, 2024
1 parent 0f1e3cb commit 943d9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
uses: codacy/codacy-analysis-cli-action@v4
with:
tool: aligncheck
project-token: ${{ secrets.CODACY_API_KEY }}
project-token: ${{ secrets.CODACY_API_TOKEN }}
upload: true
verbose: true
max-allowed-issues: 2147483647
- name: Run Codacy Staticcheck
uses: codacy/codacy-analysis-cli-action@v4
with:
run-staticcheck: true
project-token: ${{ secrets.CODACY_API_KEY }}
project-token: ${{ secrets.CODACY_API_TOKEN }}
upload: true
verbose: true
max-allowed-issues: 2147483647
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Run Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_API_KEY }}
project-token: ${{ secrets.CODACY_API_TOKEN }}
coverage-reports: coverage.txt
force-coverage-parser: go

0 comments on commit 943d9b0

Please sign in to comment.