We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3823ccc commit 7a2db65Copy full SHA for 7a2db65
.github/workflows/gpu-e2e.yml
@@ -19,7 +19,10 @@ on:
19
jobs:
20
lambda:
21
uses: Open-Athena/lambda-gha/.github/workflows/runner.yml@main
22
- secrets: inherit
+ 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 }}
26
with:
27
instance_type: ${{ inputs.instance_type || 'gpu_1x_a10' }}
28
debug: ${{ inputs.debug || 'false' }}
0 commit comments