Skip to content

Commit

Permalink
chore: added CC_SECRET with value for codechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 13, 2021
1 parent 96face2 commit cb31ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Truffle Test with CI=true for Codechecks
run: CI=true truffle test
- name: Run Codechecks
run: CC_SECRET= npx codechecks
run: CC_SECRET=${{ secrets.CC_SECRET }} npx codechecks
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cb31ab1

Please sign in to comment.