diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 8c05ddb6a..875a2dba3 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -42,12 +42,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/login-action@v3 - with: - # implicitly docker hub - username: wmdetravisbot - password: ${{ secrets.WBS_PUBLISH_TOKEN }} - - name: Create release run: | set -e # abort on error