Skip to content

Merge branch 'tapishj/PAPP-34374' of github.com:splunk-soar-connector… #24

Merge branch 'tapishj/PAPP-34374' of github.com:splunk-soar-connector…

Merge branch 'tapishj/PAPP-34374' of github.com:splunk-soar-connector… #24

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 }}