diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 5f2fadf..50c0df1 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -22,5 +22,3 @@ jobs: uses: Typeform/ci-standard-checks@v1-beta with: githubToken: ${{ secrets.GITHUB_TOKEN }} - dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }} - dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}