diff --git a/.github/workflows/custard-run-dev.yaml b/.github/workflows/custard-run-dev.yaml index cbb69376f6..e5034e1512 100644 --- a/.github/workflows/custard-run-dev.yaml +++ b/.github/workflows/custard-run-dev.yaml @@ -109,6 +109,9 @@ jobs: run: | timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \ make test dir=${{ matrix.path }} + env: + # TODO: remove this when the self-contained runner lands. + SERVICE_ACCOUNT: kokoro-system-test@long-door-651.iam.gserviceaccount.com - name: Check success uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@9ee708234e240605d96e78f652c333ed6aa95a23 # v0.3.2 with: diff --git a/.github/workflows/custard-run.yaml b/.github/workflows/custard-run.yaml index c22e444e9c..423d4828d6 100644 --- a/.github/workflows/custard-run.yaml +++ b/.github/workflows/custard-run.yaml @@ -153,6 +153,9 @@ jobs: run: | timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \ make test dir=${{ matrix.path }} + env: + # TODO: remove this when the self-contained runner lands. + SERVICE_ACCOUNT: kokoro-system-test@long-door-651.iam.gserviceaccount.com - name: Check success uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@9ee708234e240605d96e78f652c333ed6aa95a23 # v0.3.2 with: