From cf85d2d7c1feb16b1800844eb74929d83ac6c5b2 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:49:40 -0500 Subject: [PATCH] build: make sure chromium cookie is set everywhere (#45637) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt --- .github/workflows/pipeline-electron-lint.yml | 3 +++ .github/workflows/pipeline-segment-node-nan-test.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/pipeline-electron-lint.yml b/.github/workflows/pipeline-electron-lint.yml index 38dac828ca1e..acbf2a651094 100644 --- a/.github/workflows/pipeline-electron-lint.yml +++ b/.github/workflows/pipeline-electron-lint.yml @@ -12,6 +12,9 @@ concurrency: group: electron-lint-${{ github.ref_protected == true && github.run_id || github.ref }} cancel-in-progress: ${{ github.ref_protected != true }} +env: + CHROMIUM_GIT_COOKIE: ${{ secrets.CHROMIUM_GIT_COOKIE }} + jobs: lint: name: Lint diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index f4f5fdd9c0c3..ab3e9d118694 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -31,6 +31,7 @@ concurrency: cancel-in-progress: ${{ github.ref_protected != true }} env: + CHROMIUM_GIT_COOKIE: ${{ secrets.CHROMIUM_GIT_COOKIE }} ELECTRON_OUT_DIR: Default ELECTRON_RBE_JWT: ${{ secrets.ELECTRON_RBE_JWT }}