Skip to content

Commit 050126b

Browse files
committed
Revert "Merge pull request #6 from lambda-feedback/feature/licence"
This reverts commit 32c94ce, reversing changes made to f2f13d1.
1 parent 1b59b14 commit 050126b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ on:
4747
build-secrets:
4848
description: "The Docker secrets to use for the build"
4949
required: false
50-
LICENSE:
51-
description: "The licence file to bundle into the ECR image"
52-
required: false
5350

5451
jobs:
5552
setup:
@@ -112,7 +109,6 @@ jobs:
112109
aws-key-id: ${{ secrets.aws-key-id }}
113110
aws-secret-key: ${{ secrets.aws-secret-key }}
114111
build-secrets: ${{ secrets.build-secrets }}
115-
license: ${{ secrets.LICENSE }}
116112

117113
deploy-staging:
118114
uses: ./.github/workflows/lambda_deploy.yml

0 commit comments

Comments
 (0)