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: