fet: add pushover notifications
This commit is contained in:
parent
ee1e832462
commit
245c0d1c76
1 changed files with 8 additions and 0 deletions
8
.github/workflows/deploy-vault.yaml
vendored
8
.github/workflows/deploy-vault.yaml
vendored
|
@ -24,3 +24,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
|
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
|
||||||
FLY_APP: ${{ secrets.FLY_APP_VAULTWARDEN }}
|
FLY_APP: ${{ secrets.FLY_APP_VAULTWARDEN }}
|
||||||
|
|
||||||
|
- name: Push Build Status Notifications
|
||||||
|
if: ${{ always() }}
|
||||||
|
uses: desiderati/github-action-pushover@v1
|
||||||
|
with:
|
||||||
|
job-status: ${{ job.status }}
|
||||||
|
pushover-api-token: ${{ secrets.PUSHOVER_API_TOKEN }}
|
||||||
|
pushover-user-key: ${{ secrets.PUSHOVER_USER_KEY }}
|
||||||
|
|
Reference in a new issue