We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b59b14 commit 050126bCopy full SHA for 050126b
.github/workflows/deploy.yml
@@ -47,9 +47,6 @@ on:
47
build-secrets:
48
description: "The Docker secrets to use for the build"
49
required: false
50
- LICENSE:
51
- description: "The licence file to bundle into the ECR image"
52
- required: false
53
54
jobs:
55
setup:
@@ -112,7 +109,6 @@ jobs:
112
109
aws-key-id: ${{ secrets.aws-key-id }}
113
110
aws-secret-key: ${{ secrets.aws-secret-key }}
114
111
build-secrets: ${{ secrets.build-secrets }}
115
- license: ${{ secrets.LICENSE }}
116
117
deploy-staging:
118
uses: ./.github/workflows/lambda_deploy.yml
0 commit comments