From eb21d8fcb773b1ea2465751b4f478de13467400a Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 3 Oct 2024 13:22:07 +0200 Subject: [PATCH] chore: add `NUXT_SESSION_PASSWORD` secret to ci (#2555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preparation for #2546. ### ๐Ÿ”— Linked issue ### ๐Ÿ“š Description --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e6f52f9c1..22b244213 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -25,6 +25,7 @@ jobs: env: PREVIEW_NAME: ${{ github.event.pull_request.number || github.event.inputs.preview_name }} GITHUB_REPO_TOKEN: ${{ secrets.GITHUBS_REPO_TOKEN }} + NUXT_SESSION_PASSWORD: ${{ secrets.AZURE_SESSION_SECRET }} steps: # We could also add these checks to a job-wide if condition, to skip the workflow if its unsecure to run.