Compare commits

1 Commits

Author SHA1 Message Date
28467d2930 chore(ci): Updated notifications to use token
All checks were successful
CI / lint (push) Successful in 21s
CI / Molecule Test (almalinux8) (push) Successful in 1m52s
CI / Molecule Test (almalinux9) (push) Successful in 1m52s
CI / release (push) Successful in 21s
CI / notify (push) Successful in 4s
2024-12-30 20:57:32 +13:00

View File

@@ -101,6 +101,7 @@ jobs:
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow success - ansible-role-auth-duo
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -114,6 +115,7 @@ jobs:
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow failed - ansible-role-auth-duo
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
topic: 'ci-status'
priority: 5
tags: -1,skull,action,failed