secrets
This commit is contained in:
@@ -59,6 +59,8 @@ jobs:
|
|||||||
needs: update-infrastructure
|
needs: update-infrastructure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: ./.gitea/workflows/notify-ntfy.yml
|
uses: ./.gitea/workflows/notify-ntfy.yml
|
||||||
|
secrets:
|
||||||
|
NTFY_CHANNEL: ${{ secrets.NTFY_CHANNEL }}
|
||||||
with:
|
with:
|
||||||
title: "Kubernetes Apply Failed"
|
title: "Kubernetes Apply Failed"
|
||||||
message: |
|
message: |
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "warning"
|
default: "warning"
|
||||||
|
secrets:
|
||||||
|
NTFY_CHANNEL:
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
send-notification:
|
send-notification:
|
||||||
|
|||||||
Reference in New Issue
Block a user