updating build to use secret for notification url
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
\"title\": \"Gitea Build Succeeded\",
|
\"title\": \"Gitea Build Succeeded\",
|
||||||
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nImage tag built successfully\"
|
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nImage tag built successfully\"
|
||||||
}" \
|
}" \
|
||||||
REMOVED_URL
|
${{ secrets.APPRISE_URL }}
|
||||||
|
|
||||||
- name: Notify Apprise (failure)
|
- name: Notify Apprise (failure)
|
||||||
if: failure()
|
if: failure()
|
||||||
@@ -80,4 +80,4 @@ jobs:
|
|||||||
\"title\": \"Gitea Build Failed\",
|
\"title\": \"Gitea Build Failed\",
|
||||||
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nCheck logs in Gitea\"
|
\"body\": \"Repo: ${{ gitea.repository }}\\nBranch: ${{ gitea.ref_name }}\\nCheck logs in Gitea\"
|
||||||
}" \
|
}" \
|
||||||
REMOVED_URL
|
${{ secrets.APPRISE_URL }}
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
|
|
||||||
"collectionName": "Donetick API",
|
|
||||||
"creatredOn": "2026-05-06T22:35:56.440Z",
|
|
||||||
"folders": [],
|
|
||||||
"requests": [
|
|
||||||
{
|
|
||||||
"id": "2ca9a16c-8b4d-4620-8466-15daa317f7ad",
|
|
||||||
"collectionId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
|
|
||||||
"containerId": "7214af45-3f3b-4b7b-a9b7-ef6dbca83ab5",
|
|
||||||
"collectionName": "Donetick API",
|
|
||||||
"name": "Get Chores",
|
|
||||||
"url": "https://todo.ktr32.org/eapi/v1/chore",
|
|
||||||
"method": "GET",
|
|
||||||
"headers": {
|
|
||||||
"accept": "*/*",
|
|
||||||
"user-agent": "https://postmateclient.com",
|
|
||||||
"secretkey": "REMOVED_API_KEY"
|
|
||||||
},
|
|
||||||
"body": {
|
|
||||||
"json": {}
|
|
||||||
},
|
|
||||||
"tests": [],
|
|
||||||
"bodyFromat": "json",
|
|
||||||
"testScript": "",
|
|
||||||
"bodyFormat": "json",
|
|
||||||
"preRequestScript": "",
|
|
||||||
"preRequests": [],
|
|
||||||
"auth": {
|
|
||||||
"type": "apikey",
|
|
||||||
"key": "secretkey",
|
|
||||||
"value": "{{secretkey}}",
|
|
||||||
"addTo": "header"
|
|
||||||
},
|
|
||||||
"cookies": [],
|
|
||||||
"dataTags": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"key": "content-type",
|
|
||||||
"value": "application/json",
|
|
||||||
"default": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user