Skip to content

Commit

Permalink
Fix GH Actions token
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Jun 2, 2024
1 parent ee5d1b4 commit 4de7c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image and push to GitHub Container Registry
id: docker_build
Expand Down

0 comments on commit 4de7c47

Please sign in to comment.