mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
chore(docs): use vercel ci again because GH secret problem on forks (#8142)
# Fallback to Vercel CI Since we cannot share the vercel_token on forks we cannot deploy by vercel CLI. This PR reverts to the last working state by using vercel CI. I will look into a fix with an npm script or a turbo config to ignore builds on folder changes.
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -20,13 +20,6 @@ permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
uses: ./.github/workflows/docsusaurus.yml
|
||||
secrets:
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
|
||||
core:
|
||||
uses: ./.github/workflows/core.yml
|
||||
with:
|
||||
|
Reference in New Issue
Block a user