Skip to content

Commit

Permalink
apply to other message type
Browse files Browse the repository at this point in the history
  • Loading branch information
schmikei committed Feb 24, 2025
1 parent f702cb0 commit 2c7be19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
if: steps.recommendations.outputs.recommendations != ''
with:
method: chat.postMessage
token: ${{ secrets.GOVULNCHECK_SLACK_BOT_TOKEN }}
token: ${{ secrets.ORG_GOVULNCHECK_SLACK_BOT_TOKEN }}
payload: |
channel: ${{ secrets.GOVULNCHECK_SLACK_CHANNEL }}
channel: ${{ secrets.ORG_GOVULNCHECK_SLACK_BOT_CHANNEL }}
text: "🔍 Govulncheck: ${{ github.repository }}"
attachments:
- color: "#ff0000"
Expand Down

0 comments on commit 2c7be19

Please sign in to comment.