Skip to content

Commit e7fbffa

Browse files
committed
ci: use env secrets
1 parent 4f3346c commit e7fbffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container:
2828
image: golang:1.23.7
2929
options: --tty
30-
environment: CALIBRATION
30+
environment: DEVNET
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
@@ -41,5 +41,5 @@ jobs:
4141
- name: Test
4242
run: make test
4343
env:
44-
LOTUS_URL: ${{ secrets.LOTUS_URL_DEVNET }}
45-
AUTH_JWT: ${{ secrets.LOTUS_JWT_DEVNET }}
44+
LOTUS_URL: ${{ secrets.LOTUS_URL }}
45+
AUTH_JWT: ${{ secrets.AUTH_JWT }}

0 commit comments

Comments
 (0)