Skip to content

Commit

Permalink
fix: correctly added env for deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent da444a8 commit edffef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- TestSwapFactory
- TestSwaplace

env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit edffef2

Please sign in to comment.