From faa7979b70cb40aff85b19a2794ecdd27ebba794 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Wed, 20 Dec 2023 11:12:20 +1100 Subject: [PATCH] Add run-name --- .github/workflows/run-e2e-tests-on-operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 481ad169b..00febd590 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -1,4 +1,5 @@ name: Run operator E2E tests +run-name: ${{ format('Run inputs.operator_type operator E2E tests') }} by @${{ github.actor }} on: workflow_dispatch: inputs: @@ -94,4 +95,7 @@ jobs: optout_branch: ${{ inputs.optout_branch }} admin_branch: ${{ inputs.admin_branch }} operator_branch: ${{ github.ref }} + gcp_workload_identity_provider_id: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER_ID }} + gcp_service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} + gcp_project: ${{ vars.GCP_PROJECT }} secrets: inherit \ No newline at end of file