Update .gitea/workflows/tf-apply.yml

This commit is contained in:
2023-12-14 10:51:21 +02:00
committed by Gitea Bot
parent a97b6fecc3
commit 5f30ddec94

View File

@@ -21,6 +21,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Retrieve artifacts - name: Retrieve artifacts
id: download id: download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
@@ -55,9 +57,6 @@ jobs:
with: with:
terraform_version: 1.5.7 terraform_version: 1.5.7
cli_config_credentials_token: ${{ secrets.tf-api-token }} cli_config_credentials_token: ${{ secrets.tf-api-token }}
- name: Clone repo
if: ${{ steps.check.outputs.code == 2 }}
uses: actions/checkout@v4
- name: Decrypt secrets - name: Decrypt secrets
if: ${{ steps.check.outputs.code == 2 }} if: ${{ steps.check.outputs.code == 2 }}
shell: bash shell: bash