From fce2ac8efb0e7d1a819e9b237944760f50614e60 Mon Sep 17 00:00:00 2001 From: Jeremy Maitin-Shepard Date: Wed, 24 Jul 2024 08:38:59 -0700 Subject: [PATCH] chore(github): fix client preview deployment --- .github/workflows/deploy_docs_preview.yml | 2 +- .github/workflows/deploy_preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs_preview.yml b/.github/workflows/deploy_docs_preview.yml index 68207e200..b1cc05051 100644 --- a/.github/workflows/deploy_docs_preview.yml +++ b/.github/workflows/deploy_docs_preview.yml @@ -46,7 +46,7 @@ jobs: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_HOSTING_SERVICE_ACCOUNT_KEY }}" expires: 30d - channelId: "pr${{ steps.pr-id.outputs.pr-id }}-docs" + channelId: "pr${{ steps.pr-id.outputs.pr-id }}" projectId: neuroglancer-demo target: docs - name: "Update commit status" diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index bdde334d0..4491f8f97 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -48,7 +48,7 @@ jobs: expires: 30d channelId: "pr${{ steps.pr-id.outputs.pr-id }}" projectId: neuroglancer-demo - target: docs + target: app - name: "Update commit status" uses: actions/github-script@v7 with: