Changing workflow secrets.
Auto-Unseal for Vault / Unseal Vault (push) Successful in 3m21s
Renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-09-23 20:21:56 -04:00
parent e106b884b0
commit 02b2f1c2bc
4 changed files with 30 additions and 30 deletions
@@ -20,7 +20,7 @@ jobs:
- name: Gotify Notification (start check)
uses: eikendev/gotify-action@master
with:
gotify_api_base: ${{ secrets.GOTIFY_URL }}
gotify_api_base: ${{ secrets.RUNNER_GOTIFY_URL }}
gotify_app_token: ${{ secrets.RUNNER_GOTIFY_TOKEN }}
notification_title: "GITEA: Home Assistant Config Check"
notification_message: "Starting config check..."
@@ -34,7 +34,7 @@ jobs:
- name: Gotify Notification (done)
uses: eikendev/gotify-action@master
with:
gotify_api_base: ${{ secrets.GOTIFY_URL }}
gotify_api_base: ${{ secrets.RUNNER_GOTIFY_URL }}
gotify_app_token: ${{ secrets.RUNNER_GOTIFY_TOKEN }}
notification_title: "GITEA: Home Assistant Config Check"
notification_message: "🚀 Config check done!"