Skip to content

Commit

Permalink
use PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 17, 2023
1 parent 9b73fd0 commit 5207d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_PAT }}
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 5207d86

Please sign in to comment.