Skip to content

Commit

Permalink
chore: fixed the certora github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsahu committed Oct 22, 2024
1 parent f22bbbc commit 2d248e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Certora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
certora/confs_for_CI/${{ matrix.params.command }} \
--msg "$(echo $message | sed 's/[^a-zA-Z0-9., _-]/ /g')"
env:
CERTORAKEY: ${{ secrets.CERTORAKEY }}
CERTORAKEY: ${{ secrets.CERTORA_KEY }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 2d248e8

Please sign in to comment.