From 0e7408cef7707f1b804b0925c92cc602ea88c938 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 18 Jan 2023 21:34:06 +0000 Subject: [PATCH] async pipeline --- .github/workflows/cloud-runner-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 08b67045..1cfd8cd6 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -71,7 +71,7 @@ jobs: versioning: None CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }} AWS_BASE_STACK_NAME: game-ci-github-pipelines - CHECKS_API_TOKEN: ${{ secrets.CHECKS_API_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: yarn run test "cloud-runner-run-twice-retaining" --detectOpenHandles --forceExit --runInBand if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s' timeout-minutes: 180 @@ -169,6 +169,7 @@ jobs: timeout-minutes: 90 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: cloudRunnerTests: true versioning: None