Remove basic auth from ping check

This commit is contained in:
ericiwamoto 2024-12-16 11:47:36 -08:00
parent 9f03056cf6
commit 76b8097674

View file

@ -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() }}