This commit is contained in:
2026-02-18 20:29:15 -07:00
parent fab75ba547
commit ffda56c3e9
3 changed files with 3 additions and 3 deletions

View File

@@ -64,5 +64,3 @@ jobs:
message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}" message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}"
priority: "high" priority: "high"
tags: "rotating_light,kubernetes" tags: "rotating_light,kubernetes"
secrets:
NTFY_CHANNEL: ${{ secrets.NTFY_CHANNEL }}

View File

@@ -25,6 +25,7 @@ jobs:
runs-on: [home-server] runs-on: [home-server]
steps: steps:
- name: Send ntfy notification - name: Send ntfy notification
working-directory: /home/gitea-runner
run: | run: |
curl -H "Title: ${{ inputs.title }}" \ curl -H "Title: ${{ inputs.title }}" \
-H "Priority: ${{ inputs.priority }}" \ -H "Priority: ${{ inputs.priority }}" \

View File

@@ -26,6 +26,7 @@
lzop lzop
kubectl kubectl
kubernetes-helm kubernetes-helm
curl
]; ];
settings = { settings = {
container = { container = {