diff --git a/.github/workflows/release_deploy.yml b/.github/workflows/release_deploy.yml index 7b269e0..cb901ea 100644 --- a/.github/workflows/release_deploy.yml +++ b/.github/workflows/release_deploy.yml @@ -153,7 +153,7 @@ jobs: uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: 'Login via Azure CLI' - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1 + uses: azure/login@v2.3.0 with: client-id: ${{ secrets.CLIENT_ID }} tenant-id: ${{ secrets.TENANT_ID }} diff --git a/.identity/02_application_action.tf b/.identity/02_application_action.tf deleted file mode 100644 index c4018b6..0000000 --- a/.identity/02_application_action.tf +++ /dev/null @@ -1,84 +0,0 @@ -#module "github_runner_app" { -# source = "git::https://github.com/pagopa/github-actions-tf-modules.git//app-github-runner-creator?ref=main" -# -# app_name = local.app_name -# -# subscription_id = data.azurerm_subscription.current.id -# -# github_org = local.github.org -# github_repository = local.github.repository -# github_environment_name = var.env -# -# container_app_github_runner_env_rg = local.container_app_environment.resource_group -#} -# -#resource "null_resource" "github_runner_app_permissions_to_namespace" { -# triggers = { -# aks_id = data.azurerm_kubernetes_cluster.aks.id -# service_principal_id = module.github_runner_app.client_id -# namespace = local.domain -# version = "v2" -# } -# -# provisioner "local-exec" { -# command = <