Skip to content

Commit

Permalink
add personal token to login
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 22, 2025
1 parent 6642877 commit 9628f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }} #Personal Token

- name: Build Docker Image and Push to GHCR
run: |
Expand Down

0 comments on commit 9628f38

Please sign in to comment.