updating build to use secret for notification url
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
\"title\": \"Gitea Build Succeeded\",
|
||||
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nImage tag built successfully\"
|
||||
}" \
|
||||
http://10.47.0.213:4444/notify/926263506803e21d72e382edd0caf3fb510a9629d860601dfb79506b5758c133
|
||||
${{ 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\"
|
||||
}" \
|
||||
http://10.47.0.213:4444/notify/926263506803e21d72e382edd0caf3fb510a9629d860601dfb79506b5758c133
|
||||
${{ secrets.APPRISE_URL }}
|
||||
Reference in New Issue
Block a user