Skip to content

Commit 7a2db65

Browse files
committed
Pass secrets explicitly instead of inherit
1 parent 3823ccc commit 7a2db65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gpu-e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919
jobs:
2020
lambda:
2121
uses: Open-Athena/lambda-gha/.github/workflows/runner.yml@main
22-
secrets: inherit
22+
secrets:
23+
GH_SA_TOKEN: ${{ secrets.GH_SA_TOKEN }}
24+
LAMBDA_API_KEY: ${{ secrets.LAMBDA_API_KEY }}
25+
LAMBDA_SSH_PRIVATE_KEY: ${{ secrets.LAMBDA_SSH_PRIVATE_KEY }}
2326
with:
2427
instance_type: ${{ inputs.instance_type || 'gpu_1x_a10' }}
2528
debug: ${{ inputs.debug || 'false' }}

0 commit comments

Comments
 (0)