Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Dec 3, 2023
1 parent 5d8732b commit e0ddd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hardhat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
env:
PRIVATE_KEY: ${{env.PRIVATE_KEY}}
PINATA_API_KEY: ${{env.PINATA_API_KEY}}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e0ddd0a

Please sign in to comment.