We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207ed89 commit 758602cCopy full SHA for 758602c
.github/workflows/deploy.yml
@@ -14,5 +14,7 @@ jobs:
14
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-wolfram'
15
build-platforms: 'gcp'
16
secrets:
17
+ aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
18
+ aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
19
function-admin-api-key: ${{ secrets.FUNCTION_ADMIN_API_KEY}}
20
gcp_credentials: ${{ secrets.gcp_credentials }}
0 commit comments