Skip to content

Commit

Permalink
updated token
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarcqrtsl authored Feb 19, 2024
1 parent b4f9d6e commit a267c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{secrets.DOCKERHUB_SIMPLEDOTORG_USERNAME}}
password: ${{secrets.DOCKERHUB_SIMPLEDOTORG_ACCESS_TOCKEN}}
- uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6
Expand Down

0 comments on commit a267c2b

Please sign in to comment.