diff --git a/.github/workflows/contributing.yaml b/.github/workflows/contributing.yaml index bb97e760..ec0f31fb 100644 --- a/.github/workflows/contributing.yaml +++ b/.github/workflows/contributing.yaml @@ -30,5 +30,5 @@ jobs: run: pipenv run python handle_new_contributor.py env: PR_ID: ${{ github.event.number }} - DOTDIGITAL_API_USER_EMAIL_ADDRESS: ${{ secrets.DOTDIGITAL_API_USER_EMAIL_ADDRESS }} + DOTDIGITAL_API_USER_EMAIL_ADDRESS: "hi" DOTDIGITAL_API_USER_PASSWORD: ${{ secrets.DOTDIGITAL_API_USER_PASSWORD }}