From a2fa9d23ee8168898043495babec02bca6d407db Mon Sep 17 00:00:00 2001 From: John Ake Date: Thu, 22 Feb 2024 15:21:31 +0000 Subject: [PATCH] Fixed azure-credential typo and set kubectl version to v4.0.0 --- .github/workflows/actions/database-backup/action.yml | 2 +- .github/workflows/actions/deploy/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/database-backup/action.yml b/.github/workflows/actions/database-backup/action.yml index d3acceac..53987e5d 100644 --- a/.github/workflows/actions/database-backup/action.yml +++ b/.github/workflows/actions/database-backup/action.yml @@ -60,7 +60,7 @@ runs: azure-credentials: ${{ inputs.azure_credentials }} - name: Install kubectl - uses: azure/setup-kubectl@v3 + uses: azure/setup-kubectl@v4.0.0 with: version: "v1.26.1" diff --git a/.github/workflows/actions/deploy/action.yml b/.github/workflows/actions/deploy/action.yml index 0f843287..3771de87 100644 --- a/.github/workflows/actions/deploy/action.yml +++ b/.github/workflows/actions/deploy/action.yml @@ -59,7 +59,7 @@ runs: - uses: DFE-Digital/github-actions/set-kubelogin-environment@master with: - azure-credentials: ${{ inputs.azure_credentials }} + azure-credentials: ${{ inputs.azure-credentials }} - name: Terraform init, plan & apply shell: bash