Skip to content

Commit

Permalink
update dagster docs next project (#23600)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
prha authored Aug 12, 2024
1 parent f04bd0f commit 08edae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 08edae0

Please sign in to comment.