We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efe11d commit 961cb52Copy full SHA for 961cb52
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,14 @@ env:
12
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13
14
jobs:
15
+ # Run Mend CLI Scan
16
+ mend-cli-scan:
17
+ name: Mend CLI Scan
18
+ uses: ./.github/workflows/mend-cli-scan.yaml
19
+ secrets:
20
+ MEND_EMAIL: ${{ secrets.MEND_EMAIL }}
21
+ MEND_USER_KEY: ${{ secrets.MEND_USER_KEY }}
22
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
23
publish-or-pr:
24
permissions:
25
contents: write # to create release (changesets/action)
0 commit comments