From c5e538f1f2494f50230386634822fe2a34c26836 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Wed, 13 Apr 2022 02:38:53 +0200 Subject: [PATCH] fix(docker): updating Docker description with API doesn't work with MFA --- .github/workflows/nodejs.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5e65f5f8..344053d2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -148,10 +148,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Update repo description - uses: peter-evans/dockerhub-description@836d7e6aa8f6f32dce26f5a1dd46d3dc24997eae # tag=v3.0.0 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: ${{ github.repository }}