From 6e877cbc01c3bf25c186c7c65785a199502cca2e Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 17 Apr 2022 02:09:50 +0100 Subject: [PATCH] self hosted runner pipeline --- .github/workflows/cloud-runner-self-hosted-ephemeral.yml | 2 ++ 1 file changed, 2 insertions(+) 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