ntfy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user