Skip to content

Commit 67623cd

Browse files
committed
Updated workflow to pass licence secret
1 parent 3461627 commit 67623cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ 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
5053

5154
jobs:
5255
setup:
@@ -109,6 +112,7 @@ jobs:
109112
aws-key-id: ${{ secrets.aws-key-id }}
110113
aws-secret-key: ${{ secrets.aws-secret-key }}
111114
build-secrets: ${{ secrets.build-secrets }}
115+
license: ${{ secrets.LICENSE }}
112116

113117
deploy-staging:
114118
uses: ./.github/workflows/lambda_deploy.yml

0 commit comments

Comments
 (0)