Skip to content

Commit

Permalink
Try to use GH PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 27, 2024
1 parent 7c559bb commit a4f7096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT }}

- name: Build and push
uses: docker/build-push-action@v6
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT }}

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit a4f7096

Please sign in to comment.