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