Skip to content

Adds Discover help center article #5

Adds Discover help center article

Adds Discover help center article #5

name: Staging Docs
on:
pull_request_target:
paths:
- '**.mdx'
- '**.docnav.json'
- '**.docapi.json'
- '**.devdocs.json'
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.svg'
- '**.gif'
types: [opened, closed, synchronize]
jobs:
publish:
name: Vercel Build Check
uses: elastic/workflows/.github/workflows/docs-elastic-staging-publish.yml@main

Check failure on line 20 in .github/workflows/docs-elastic-staging-publish.yml

View workflow run for this annotation

GitHub Actions / Staging Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs-elastic-staging-publish.yml (Line: 20, Col: 11): Secret VERCEL_PROJECT_ID_STAGING_PREVIEW_DOCS is required, but not provided while calling. .github/workflows/docs-elastic-staging-publish.yml (Line: 25, Col: 34): Invalid secret, VERCEL_PROJECT_ID_DOCS_CO is not defined in the referenced workflow.
secrets:
VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID_DOCS_CO: ${{ secrets.VERCEL_PROJECT_ID_DOCS_CO }}