Skip to content

Commit 43c4ec2

Browse files
committed
add pub priv key
1 parent 8a8a6e2 commit 43c4ec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validation-lambdalabs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- name: Run LambdaLabs validation tests
4242
env:
4343
LAMBDALABS_API_KEY: ${{ secrets.LAMBDALABS_API_KEY }}
44+
TEST_PRIVATE_KEY_BASE64: ${{ secrets.TEST_PRIVATE_KEY_BASE64 }}
45+
TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4446
run: |
4547
cd internal/lambdalabs
4648
go test -v -short=false -timeout=30m ./...

0 commit comments

Comments
 (0)