From 2622a99bb29d11c78766ba21a5b4417547c294d6 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 17 Apr 2022 14:37:12 +0100 Subject: [PATCH] ephemeral runner pipeline --- .github/workflows/cloud-runner-self-hosted-ephemeral.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cloud-runner-self-hosted-ephemeral.yml b/.github/workflows/cloud-runner-self-hosted-ephemeral.yml index 5c12d51c..b6b36d57 100644 --- a/.github/workflows/cloud-runner-self-hosted-ephemeral.yml +++ b/.github/workflows/cloud-runner-self-hosted-ephemeral.yml @@ -52,6 +52,7 @@ jobs: repo="game-ci/unity-builder" TOKEN=$(curl -X POST -H "Authorization: Bearer $GIT_PRIVATE_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/$repo/actions/runners/registration-token | jq -r .token) ./config.sh --url https://github.com/$repo --token $TOKEN --ephemeral + echo $TOKEN echo "cloud runner stop watching job" ./run.sh secrets: []