added update tfstate to manual e2e test workflow

This commit is contained in:
miampf 2024-03-01 14:45:28 +01:00
parent 4ebe1cd2af
commit e0db8ed473
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -278,3 +278,14 @@ jobs:
cloudProvider: ${{ needs.generate-input-parameters.outputs.cloudProvider }}
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com"
- name: Update tfstate
if: always()
uses: ./.github/actions/artifact_upload
with:
name: terraform-state-${{ steps.e2e_test.outputs.namePrefix }}
path: >
to-zip/constellation-terraform
to-zip/constellation-iam-terraform
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
overwrite: true