Skip to content

Commit

Permalink
connectors-ci: fix typo in workflow (#41028)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jul 8, 2024
1 parent b0551ae commit 0c33b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/connectors_insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Docker login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_PASSWORD }}
password: ${{ secrets.DOCKER_HUB_USERNAME }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Get Dagger Engine Image
uses: ./.github/actions/get-dagger-engine-image
with:
Expand Down

0 comments on commit 0c33b8c

Please sign in to comment.