Skip to content

Commit 758602c

Browse files
committed
Added back in AWS key
1 parent 207ed89 commit 758602c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-wolfram'
1515
build-platforms: 'gcp'
1616
secrets:
17+
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
18+
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
1719
function-admin-api-key: ${{ secrets.FUNCTION_ADMIN_API_KEY}}
1820
gcp_credentials: ${{ secrets.gcp_credentials }}

0 commit comments

Comments
 (0)