From 08edae0c9d3e2285b59991fdea938b9d48d50e0f Mon Sep 17 00:00:00 2001 From: prha <1040172+prha@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:19:45 -0700 Subject: [PATCH] update dagster docs next project (#23600) ## Summary & Motivation Secrets for the revamp build are pointed at the wrong project id... I set up a new secret with the correct project id. ## How I Tested These Changes Inspection, hopefully this PR --- .github/workflows/build-docs-revamp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs-revamp.yml b/.github/workflows/build-docs-revamp.yml index 6864b9d7efb3a..b9c596870a3c6 100644 --- a/.github/workflows/build-docs-revamp.yml +++ b/.github/workflows/build-docs-revamp.yml @@ -25,7 +25,7 @@ jobs: github-comment: ${{ true }} vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} + vercel-project-id: ${{ secrets.VERCEL_DOCS_NEXT_PROJECT_ID }} vercel-args: "--prod" github-token: ${{ secrets.GITHUB_TOKEN }} scope: ${{ secrets.VERCEL_ORG_ID }}