Skip to content

Commit 506f29c

Browse files
committed
pass envvars to nebius test
1 parent 0e12d4f commit 506f29c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validation-nebius.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version-file: 'go.mod'
28+
go-version-file: "go.mod"
2929

3030
- name: Cache Go modules
3131
uses: actions/cache@v4
@@ -47,6 +47,8 @@ jobs:
4747
NEBIUS_SERVICE_ACCOUNT_ID: ${{ secrets.NEBIUS_SERVICE_ACCOUNT_ID }}
4848
NEBIUS_PROJECT_ID: ${{ secrets.NEBIUS_PROJECT_ID }}
4949
TEST_USER_PRIVATE_KEY_PEM_BASE64: ${{ secrets.TEST_USER_PRIVATE_KEY_PEM_BASE64 }}
50+
NEBIUS_SERVICE_ACCOUNT_JSON: ${{ secrets.NEBIUS_SERVICE_ACCOUNT_JSON }}
51+
NEBIUS_TENANT_ID: ${{ secrets.NEBIUS_TENANT_ID }}
5052
VALIDATION_TEST: true
5153
run: |
5254
cd v1/providers/nebius

0 commit comments

Comments
 (0)