mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
Remove basic auth from ping check
This commit is contained in:
parent
9f03056cf6
commit
76b8097674
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ping-check.yml
vendored
1
.github/workflows/ping-check.yml
vendored
|
@ -24,7 +24,6 @@ jobs:
|
||||||
uses: Jtalk/url-health-check-action@v4
|
uses: Jtalk/url-health-check-action@v4
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.SITE_URL }}
|
url: ${{ secrets.SITE_URL }}
|
||||||
basic-auth: '${{ secrets.STG_USER }}:${{ secrets.STG_PASSWORD }}'
|
|
||||||
- name: Failure Notification
|
- name: Failure Notification
|
||||||
uses: ravsamhq/notify-slack-action@2.5.0
|
uses: ravsamhq/notify-slack-action@2.5.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue