Skip to content

docs(integration): add getSnippetConfig info #119

docs(integration): add getSnippetConfig info

docs(integration): add getSnippetConfig info #119

Workflow file for this run

name: EPDocs - Static Content Web Preview
on:
pull_request:
paths:
- packages/x-components/static-docs/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
preview-edocs:
if: "! github.event.pull_request.head.repo.fork"
uses: empathyco/platform-reusable-github-actions/.github/workflows/edocs-preview.yml@main

Check failure on line 12 in .github/workflows/edocs-preview.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/edocs-preview.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/edocs-preview.yaml" -> "empathyco/platform-reusable-github-actions/.github/workflows/edocs-preview.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
runner: ubuntu-latest
teamRepo: 'x'
branch: ${{ github.head_ref }}
prNum: ${{ github.event.pull_request.number }}
prMessage: 'This is a link to Empathy Platform Docs Portal preview in a development environment. \n ⚠️ Only for Empathy members. We’re sorry for the inconvenience!\n'
secrets:
GH_TOKEN: ${{ secrets.SUPPORT_TOKEN }}
JIRA_TOKEN: '${{ secrets.JIRA_USER_EMAIL }}:${{ secrets.JIRA_API_TOKEN }}'