Skip to content

Commit

Permalink
test PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
hitk6 committed Jul 18, 2024
1 parent 261bf7d commit a9a2d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to GitHub Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: $GITHUB_ACTOR
password: ${{ secrets.my_pat }}
password: ${{ secrets.MY_PAT }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit a9a2d03

Please sign in to comment.