Skip to content

Commit

Permalink
chore: update ghcr-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiNiyas committed Jan 2, 2024
1 parent add0686 commit 2a13d23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
topic: ${{ secrets.NTFY_TOPIC }}
tags: github,action,+1,partying_face
priority: 4
image: true
details: 'Workflow has been completed successfully!'
headers: '${{ secrets.NTFY_HEADERS }}'

Expand All @@ -65,6 +66,7 @@ jobs:
topic: ${{ secrets.NTFY_TOPIC }}
tags: github,action,failed,rotating_light
priority: 5
image: true
details: 'Workflow has failed!'
headers: '${{ secrets.NTFY_HEADERS }}'

Expand All @@ -77,3 +79,4 @@ jobs:
tags: github,action,cancelled,skull
details: 'Workflow has been cancelled!'
headers: '${{ secrets.NTFY_HEADERS }}'
image: true

0 comments on commit 2a13d23

Please sign in to comment.