Skip to content

Commit

Permalink
ci: Use $GITHUB_TOKEN for authenticating to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Jan 4, 2024
1 parent 56272d6 commit 6472071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.GH_USER }}
password: ${{ secrets.GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata for Docker image tagging
id: docker_metadata
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 6472071

Please sign in to comment.