From bcce16f26322b89dd8d472807b3b32bdf8cf20df Mon Sep 17 00:00:00 2001 From: Isaac Hellendag <2823852+hellendag@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:37:37 -0600 Subject: [PATCH] [docs] Update GH action project ID Update the Vercel project iD for legacy docs GH action. ## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ce782ef24a1f9..fcaa36bf7ab8c 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -86,7 +86,7 @@ jobs: github-comment: ${{ github.event.pull_request && env.CHANGES_ENTRY || true }} vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} + vercel-project-id: ${{ secrets.LEGACY_DOCS_VERCEL_PROJECT_ID }} github-token: ${{ secrets.GITHUB_TOKEN }} scope: ${{ secrets.VERCEL_ORG_ID }} alias-domains: ${{ env.BRANCH_PREVIEW_SUBDOMAIN }}.dagster.dagster-docs.io