You've already forked ansible-role-common
chore: Added authentication token for ntfy
Some checks failed
CI / lint (push) Successful in 2m3s
CI / Molecule Test (almalinux8) (push) Successful in 2m44s
CI / Molecule Test (almalinux9) (push) Successful in 2m31s
CI / release (push) Successful in 36s
CI / notify (push) Successful in 5s
Regular test / Molecule Test (almalinux8) (push) Failing after 10s
Regular test / Molecule Test (almalinux9) (push) Failing after 5m0s
Regular test / notify (push) Has been skipped
Some checks failed
CI / lint (push) Successful in 2m3s
CI / Molecule Test (almalinux8) (push) Successful in 2m44s
CI / Molecule Test (almalinux9) (push) Successful in 2m31s
CI / release (push) Successful in 36s
CI / notify (push) Successful in 5s
Regular test / Molecule Test (almalinux8) (push) Failing after 10s
Regular test / Molecule Test (almalinux9) (push) Failing after 5m0s
Regular test / notify (push) Has been skipped
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -95,6 +95,7 @@ jobs:
|
|||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
title: Workflow success - ansible-role-common
|
title: Workflow success - ansible-role-common
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
priority: 4
|
priority: 4
|
||||||
tags: +1,partying_face,action,successfully,completed
|
tags: +1,partying_face,action,successfully,completed
|
||||||
details: Workflow has been successfully completed!
|
details: Workflow has been successfully completed!
|
||||||
@@ -108,6 +109,7 @@ jobs:
|
|||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
title: Workflow failed - ansible-role-common
|
title: Workflow failed - ansible-role-common
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
priority: 5
|
priority: 5
|
||||||
tags: -1,skull,action,failed
|
tags: -1,skull,action,failed
|
||||||
details: Workflow has failed!
|
details: Workflow has failed!
|
||||||
|
|||||||
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
title: Workflow success - ansible-role-common
|
title: Workflow success - ansible-role-common
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 4
|
priority: 4
|
||||||
@@ -52,6 +53,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
title: Workflow failed - ansible-role-common
|
title: Workflow failed - ansible-role-common
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 5
|
priority: 5
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -16,3 +16,6 @@ env/
|
|||||||
|
|
||||||
# Do not commit Vault password
|
# Do not commit Vault password
|
||||||
.vault_password.txt
|
.vault_password.txt
|
||||||
|
# No commit of .secrets (Only for local CI Tests)
|
||||||
|
.secrets
|
||||||
|
.vars
|
||||||
|
|||||||
Reference in New Issue
Block a user