[TT-15942]: Integrate Sentinel One CNS scanner workflow #9
This file contains hidden or 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: Release bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| release_bot: | |
| uses: TykTechnologies/github-actions/.github/workflows/release-bot.yaml@main | |
| secrets: | |
| APP_ID: ${{ secrets.PROBE_APP_ID }} | |
| APP_PRIVATE_KEY: ${{ secrets.PROBE_APP_PRIVATE_KEY }} | |
| APP_INSTALLATION_ID: ${{ secrets.PROBE_APP_INSTALLATION_ID }} |