Skip to content

Commit

Permalink
Update lotus secrets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslopezf committed Oct 5, 2023
1 parent 35b9bc5 commit 730f8fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

test:
runs-on: [self-hosted, linux, x64]
environment: DEVNET
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -34,5 +35,5 @@ jobs:
- name: Test
run: make test
env:
LOTUS_URL: ${{ secrets.LOTUS_URL_DEVNET }}
AUTH_JWT: ${{ secrets.LOTUS_JWT_DEVNET }}
LOTUS_URL: ${{ secrets.LOTUS_URL }}
AUTH_JWT: ${{ secrets.AUTH_JWT }}

0 comments on commit 730f8fc

Please sign in to comment.