From 0efb1083afa1fc9b657cca039d6e37c29dea2602 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 25 Jan 2024 23:54:00 +0100 Subject: [PATCH] Use username without slashes --- .github/workflows/smoke-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 5a2fc5ff..7cb4a5a7 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -22,7 +22,7 @@ jobs: SSH_KEY: "./id_rsa_terraform" TF_VAR_private_key: "./id_rsa_terraform" TF_VAR_public_key: "./id_rsa_terraform.pub" - TF_VAR_user_name: "${{ github.repository }}/actions/runs/${{ github.run_id }}" + TF_VAR_user_name: "apm-aws-lambda-${{ github.run_id }}" TF_VAR_BUILD_ID: "${{ github.run_id }}" TF_VAR_ENVIRONMENT: 'ci'