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 0b7647c commit 0b835f5Copy full SHA for 0b835f5
.github/workflows/persistent-environment.yml
@@ -68,7 +68,8 @@ jobs:
68
- name: Add S3 Permissions to Lambda
69
run: |
70
account=$(echo '${{ inputs.environment }}' | cut -d '-' -f1)
71
- make get-s3-perms ENV=${account}
+ inactive_stack=$(poetry run python ./scripts/get_env_config.py inactive-stack ${{ inputs.environment }})
72
+ make get-s3-perms ENV=${account} TF_WORKSPACE_NAME=${inactive_stack}
73
74
- name: Save Build Artifacts
75
uses: actions/upload-artifact@v4
0 commit comments