Skip to content

Commit

Permalink
use secrets in a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roleengineer committed Jan 14, 2025
1 parent be61524 commit efd956d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
FOUNDRY_PROFILE: ci
GNOSIS_RPC: "https://rpc.gnosischain.com"

jobs:
check:
Expand Down Expand Up @@ -41,6 +40,8 @@ jobs:
id: build

- name: Run Forge tests
env:
GNOSIS_RPC: ${{ secrets.ARCHIVE_RPC }}
run: |
forge test -vvv
id: test

0 comments on commit efd956d

Please sign in to comment.