From 0df994f5cd45bbb982bf1277d4694ac80b3c9a1e Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 14 Oct 2020 07:50:06 -0700 Subject: [PATCH] Unnecessary Credentials Previously, the actions logged into Docker with their typical crendentials, even when it wasn't necessary to do so. This change removes this behavior. Signed-off-by: Ben Hale --- .github/workflows/update-draft-release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index 0002b4a..676c7a1 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -13,12 +13,6 @@ jobs: uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Docker login gcr.io - uses: docker/login-action@v1 - with: - password: ${{ secrets.RIFF_GCLOUD_SERVICE_ACCOUNT_KEY }} - registry: gcr.io - username: _json_key - uses: actions/checkout@v2 - name: Install yj run: |