Skip to content

Commit 4bf1344

Browse files
authored
chore(pipeline): Remove extraneous DockerHub auth in Release workflow (#791)
1 parent 5549bbb commit 4bf1344

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/create_release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444

45-
- uses: docker/login-action@v3
46-
with:
47-
# implicitly docker hub
48-
username: wmdetravisbot
49-
password: ${{ secrets.WBS_PUBLISH_TOKEN }}
50-
5145
- name: Create release
5246
run: |
5347
set -e # abort on error

0 commit comments

Comments
 (0)