mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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
|
||||
with:
|
||||
url: ${{ secrets.SITE_URL }}
|
||||
basic-auth: '${{ secrets.STG_USER }}:${{ secrets.STG_PASSWORD }}'
|
||||
- name: Failure Notification
|
||||
uses: ravsamhq/notify-slack-action@2.5.0
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Add table
Reference in a new issue