Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci: fix coana api key
Browse files Browse the repository at this point in the history
  • Loading branch information
jazmon committed Feb 29, 2024
1 parent a3aac77 commit 4bd9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coana-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: coana-cli
uses: coana-tech/coana-action/vulnerability-analysis@stable
with:
apiKey: ${{ secrets.COANA_API_KEY }}
apiKey: ${{ secrets.COANA_API_KEY_PUBLIC_REPOS }}
repoUrl: https://github.com/${{github.repository}}
debug: 'true'
uploadReportArtifact: 'true'

0 comments on commit 4bd9167

Please sign in to comment.