Skip to content

Commit

Permalink
chore(pipeline): Remove extraneous DockerHub auth in Release workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson authored Oct 11, 2024
1 parent 5549bbb commit 4bf1344
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bf1344

Please sign in to comment.