PAPP-35185: network and policy related actions for both cloud and on … #9
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: 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 }} |