From 76b809767479da043203743e94d2ac2e8ae0190a Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:47:36 -0800 Subject: [PATCH] Remove basic auth from ping check --- .github/workflows/ping-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ping-check.yml b/.github/workflows/ping-check.yml index 8e1be1a7..7d197a7d 100644 --- a/.github/workflows/ping-check.yml +++ b/.github/workflows/ping-check.yml @@ -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() }}