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