docs(integration): add getSnippetConfig info #119
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/edocs-preview.yamlInvalid workflow file
|
||
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 }}' |