Skip to content

Commit

Permalink
Remove project token from Codacity config to use the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgetyTech committed Nov 9, 2023
1 parent 071a1b7 commit 7fd91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
#project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
verbose: true
output: results.sarif
format: sarif
Expand Down

0 comments on commit 7fd91e3

Please sign in to comment.