From 6c340eda5825f8ed7335fd8f29ae7a8e434708aa Mon Sep 17 00:00:00 2001 From: Typeform Security Bot Date: Wed, 19 Apr 2023 15:34:41 +0200 Subject: [PATCH] chore(SP-1664): remove docker credentials --- .github/workflows/ci-standard-checks.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}