mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
chore(docs): fix ci (#8135)
# Fixing Fork Previews This PR tries to fix the upload of the docs preview to vercel which was not working due to the not available secret.
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -20,6 +20,13 @@ 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