You've already forked pypi-proxy
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 4
|
priority: 4
|
||||||
tags: +1,partying_face,action,successfully,completed
|
tags: +1,partying_face,action,successfully,completed
|
||||||
@@ -50,6 +51,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 5
|
priority: 5
|
||||||
tags: +1,partying_face,action,failed
|
tags: +1,partying_face,action,failed
|
||||||
|
|||||||
Reference in New Issue
Block a user