chore(ntfy): Added basic auth to ntfy
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 1m2s
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 1m2s
This commit is contained in:
@@ -14,13 +14,11 @@ jobs:
|
|||||||
config: ".yamllint"
|
config: ".yamllint"
|
||||||
path: "manifests/"
|
path: "manifests/"
|
||||||
warnings: false
|
warnings: false
|
||||||
scan-secrets:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: 📥Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: 🤐Secret Scanning
|
- name: 🤐Secret Scanning
|
||||||
uses: onboardbase/securelog-scan@main
|
uses: onboardbase/securelog-scan@main
|
||||||
with:
|
with:
|
||||||
mask: "true" # that is mask secret value e.g sk_******
|
mask: "true" # that is mask secret value e.g sk_******
|
||||||
verify: "true" # that is verify potential secrets against their service provider
|
verify: "true" # that is verify potential secrets against their service provider
|
||||||
|
- name: Completed 🎉
|
||||||
|
run: |-
|
||||||
|
curl -u "${{ secrets.NTFY_USER }}:${{ secrets.NTFY_PASSWORD }}" -d "DGSE Cluster deployments has been succesfully updated" -H "Title: DGSE Cloud" -H "X-Tags: white_check_mark" https://notifications.dgse.cloud/runners
|
||||||
|
|||||||
Reference in New Issue
Block a user