From 52153cfae7a477aab0f443552175a9c6a52126e8 Mon Sep 17 00:00:00 2001 From: Andrea Gueugnaut Date: Wed, 29 May 2024 18:56:08 +0200 Subject: [PATCH] ci(deploy): skip chromium download; inherit secrets --- .github/workflows/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0eb2dad2c4..ca5ad0da06 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -48,6 +48,8 @@ jobs: - name: Install run: yarn install --immutable + env: + PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true - name: Build run: yarn workspaces foreach --exclude=. --exclude=@zerologementvacant/template -Apt run build @@ -73,6 +75,7 @@ jobs: with: app: test branch: ci-deploy-on-clever-cloud + secrets: inherit deploy-front-staging: uses: ./.github/workflows/deploy.yml