diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index e781825..c5a85f4 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -19,7 +19,6 @@ jobs: with: operation: upload location: artifact - continue-on-error: true - name: Configure Terraform uses: hashicorp/setup-terraform@v2 diff --git a/.github/workflows/artifact_encrypted.yml b/.github/workflows/artifact_encrypted.yml index 47afae2..d3071f3 100644 --- a/.github/workflows/artifact_encrypted.yml +++ b/.github/workflows/artifact_encrypted.yml @@ -20,7 +20,6 @@ jobs: encryption_key: ${{ secrets.encryption_key }} operation: download location: artifact - continue-on-error: true - name: Configure Terraform uses: hashicorp/setup-terraform@v2 diff --git a/.github/workflows/repository_file_encrypted.yml b/.github/workflows/repository_file_encrypted.yml index 1c94416..a1bf7f9 100644 --- a/.github/workflows/repository_file_encrypted.yml +++ b/.github/workflows/repository_file_encrypted.yml @@ -22,7 +22,6 @@ jobs: encryption_key: ${{ secrets.encryption_key }} operation: download location: repository - continue-on-error: true - name: Configure Terraform uses: hashicorp/setup-terraform@v2