This commit is contained in:
2026-03-05 09:36:24 -07:00
parent d37726fcc9
commit b6a8d96585

View File

@@ -20,13 +20,12 @@ on:
required: false required: false
type: string type: string
default: "" default: ""
secrets:
NTFY_CHANNEL:
required: true
jobs: jobs:
send-notification: send-notification:
runs-on: [home-server] runs-on: [home-server]
env:
NTFY_CHANNEL: ${{ secrets.NTFY_CHANNEL }}
steps: steps:
- name: Send ntfy notification - name: Send ntfy notification
working-directory: /home/gitea-runner working-directory: /home/gitea-runner