Fixed Jira not closing issues marked Not Exploitable in SAST (#1377) #533
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: Documentation | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
# Additional steps to generate documentation in "docs" directory | |
- name: Upload docs to Wiki | |
uses: checkmarx-ltd/github-wiki-publish-action@master | |
with: | |
path: "docs" | |
env: | |
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_REPO_TOKEN }} |