Skip to content

Commit aaee4e2

Browse files
committed
it's trying to install inspec6 and then dying on the license key
Signed-off-by: Amndeep Singh Mann <[email protected]>
1 parent 25be23e commit aaee4e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/verify-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
CHEF_LICENSE: accept-silent
21+
CHEF_LICENSE_KEY: ${{ secrets.SAF_CHEF_LICENSE_KEY }}
2122
KITCHEN_YAML: kitchen.docker.yml
2223
strategy:
2324
matrix:

.github/workflows/verify-ec2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
CHEF_LICENSE: accept-silent
17+
CHEF_LICENSE_KEY: ${{ secrets.SAF_CHEF_LICENSE_KEY }}
1718
KITCHEN_YAML: kitchen.ec2.yml
1819
strategy:
1920
matrix:

0 commit comments

Comments
 (0)