Skip to content

Commit

Permalink
ci: update variable accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroamv committed Feb 4, 2024
1 parent c4d3127 commit 1ffc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ./packages/contracts
run: yarn install --immutable
- name: Run Tests
run: forge test --root ./packages/contracts --fork-url https://eth-goerli.g.alchemy.com/v2/${{vars.ALCHEMY_API_KEY}}
run: forge test --root ./packages/contracts --fork-url https://eth-goerli.g.alchemy.com/v2/${{secrets.ALCHEMY_API_KEY}}

run_app_unit_and_e2e_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ffc5dd

Please sign in to comment.