diff --git a/.github/workflows/cloud-runner-self-hosted-ephemeral.yml b/.github/workflows/cloud-runner-self-hosted-ephemeral.yml index 4fb24537..7641835e 100644 --- a/.github/workflows/cloud-runner-self-hosted-ephemeral.yml +++ b/.github/workflows/cloud-runner-self-hosted-ephemeral.yml @@ -30,6 +30,7 @@ jobs: with: branch: ${{ github.ref }} GITHUB_SHA: ${{ github.sha }} + GITHUB_REPOSITORY: ${{ github.repositoryUrl }} cloudRunnerCluster: aws allowDirtyBuild: true cloudRunnerMemory: 4096 @@ -70,6 +71,7 @@ jobs: with: branch: ${{ github.ref }} GITHUB_SHA: ${{ github.sha }} + GITHUB_REPOSITORY: ${{ github.repositoryUrl }} cloudRunnerCluster: aws allowDirtyBuild: true cloudRunnerMemory: 8192