From a329024793fcdb388212d283166cccfc3a9817c9 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Fri, 14 Feb 2025 13:19:43 -0500 Subject: [PATCH] build: make sure chromium cookie is set everywhere (#45631) --- .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 }}