Skip to content

Commit

Permalink
changes to cdk-nag - context in the App
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Sep 15, 2023
1 parent 924adb7 commit d362355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdk-nag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
matrix:
python-version: [3.8]
env:
GITHUB_ACTIONS: true
CDK_DEFAULT_REGION: eu-west-1
CDK_DEFAULT_ACCOUNT: 111111111111
runs-on: ubuntu-latest
Expand All @@ -46,4 +45,5 @@ jobs:
run: python -m pip install -r deploy/requirements.txt
- name: CDK Synth
run: |
GITHUB_ACTIONS=true
npx cdk synth

0 comments on commit d362355

Please sign in to comment.