Skip to content

Merge branch 'SOARHELP-2878' of https://github.com/splunk-soar-connec… #8

Merge branch 'SOARHELP-2878' of https://github.com/splunk-soar-connec…

Merge branch 'SOARHELP-2878' of https://github.com/splunk-soar-connec… #8

Workflow file for this run

name: Generate Readme Doc
on:
workflow_dispatch:
push:
paths:
- '*.json'
- 'readme.html'
- 'manual_readme_content.md'
tags-ignore:
- '**'
branches-ignore:
- next
- main
jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main'
with:
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }}