Skip to content

Commit

Permalink
fix secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
sukoneck committed Jan 25, 2024
1 parent 6fc4ead commit 7ff6877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Login to Docker hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}

- name: Log tag name
run: echo "Build for tag ${{ github.ref_name }}"
Expand Down

0 comments on commit 7ff6877

Please sign in to comment.