Skip to content

Commit 96c869d

Browse files
authored
.github/workflows/govulnchecks: post to a different channel (#107)
Signed-off-by: Andrew Lytvynov <[email protected]>
1 parent c8621fd commit 96c869d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ secrets.GOVULNCHECK_BOT_TOKEN }}
3232
payload: |
3333
{
34-
"channel": "C08FGKZCQTW",
34+
"channel": "C099XCB2TJL",
3535
"blocks": [
3636
{
3737
"type": "section",
@@ -49,4 +49,4 @@ jobs:
4949
}
5050
}
5151
]
52-
}
52+
}

0 commit comments

Comments
 (0)