Skip to content

Commit

Permalink
secret vars (dexloom#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm authored Oct 1, 2024
1 parent 831490c commit 4201e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-latest
environment: default
env:
MAINNET_HTTP: ${{ secrets.MAINNET_HTTP }}
MAINNET_WS: ${{ secrets.MAINNET_WS }}
MAINNET_HTTP: ${{ secrets.SECRET_NODE_HTTP }}
MAINNET_WS: ${{ secrets.SECRET_NODE_WS }}
RUST_LOG: info
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4201e3e

Please sign in to comment.