mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-06 01:27:02 +02:00
chore: rekres to use correct slack channel for slack-notify
Some checks are pending
default / default (push) Waiting to run
default / e2e-backups (push) Blocked by required conditions
default / e2e-cluster-import (push) Blocked by required conditions
default / e2e-forced-removal (push) Blocked by required conditions
default / e2e-omni-upgrade (push) Blocked by required conditions
default / e2e-scaling (push) Blocked by required conditions
default / e2e-short (push) Blocked by required conditions
default / e2e-short-secureboot (push) Blocked by required conditions
default / e2e-templates (push) Blocked by required conditions
default / e2e-upgrades (push) Blocked by required conditions
default / e2e-workload-proxy (push) Blocked by required conditions
Some checks are pending
default / default (push) Waiting to run
default / e2e-backups (push) Blocked by required conditions
default / e2e-cluster-import (push) Blocked by required conditions
default / e2e-forced-removal (push) Blocked by required conditions
default / e2e-omni-upgrade (push) Blocked by required conditions
default / e2e-scaling (push) Blocked by required conditions
default / e2e-short (push) Blocked by required conditions
default / e2e-short-secureboot (push) Blocked by required conditions
default / e2e-templates (push) Blocked by required conditions
default / e2e-upgrades (push) Blocked by required conditions
default / e2e-workload-proxy (push) Blocked by required conditions
rekres to use correct slack channel for slack-notify Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
This commit is contained in:
parent
5047a625f7
commit
746c966250
10
.github/workflows/slack-notify.yaml
vendored
10
.github/workflows/slack-notify.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-07-18T15:48:02Z by kres b869533.
|
||||
# Generated on 2025-08-04T09:22:41Z by kres 5fb5b90.
|
||||
|
||||
"on":
|
||||
workflow_run:
|
||||
@ -39,11 +39,13 @@ jobs:
|
||||
method: chat.postMessage
|
||||
payload: |
|
||||
{
|
||||
"channel": "proj-talos-maintainers",
|
||||
"channel": "ci-all",
|
||||
"text": "${{ github.event.workflow_run.conclusion }} - ${{ github.repository }}",
|
||||
"icon_emoji": "${{ github.event.workflow_run.conclusion == 'success' && ':white_check_mark:' || github.event.workflow_run.conclusion == 'failure' && ':x:' || ':warning:' }}",
|
||||
"username": "GitHub Actions",
|
||||
"attachments": [
|
||||
{
|
||||
"color": "${{ github.event.workflow_run.conclusion == 'success' && '#2EB886' || github.event.workflow_run.conclusion == 'failure' && '#A30002' || '#FFCC00' }}",
|
||||
"fallback": "test",
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
@ -99,4 +101,4 @@ jobs:
|
||||
}
|
||||
]
|
||||
}
|
||||
token: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||
token: ${{ secrets.SLACK_BOT_TOKEN_V2 }}
|
||||
|
Loading…
Reference in New Issue
Block a user