updating build to use secret for notification url

This commit is contained in:
2026-05-11 16:52:34 -05:00
parent 0d7842da4e
commit 0a5268d18b
3 changed files with 2 additions and 48 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
\"title\": \"Gitea Build Succeeded\",
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nImage tag built successfully\"
}" \
REMOVED_URL
${{ secrets.APPRISE_URL }}
- name: Notify Apprise (failure)
if: failure()
@@ -80,4 +80,4 @@ jobs:
\"title\": \"Gitea Build Failed\",
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nCheck logs in Gitea\"
}" \
REMOVED_URL
${{ secrets.APPRISE_URL }}