Skip to content

Commit

Permalink
Use secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
alnmy authored Feb 26, 2024
1 parent f3f5f0e commit abf63ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push AMD64 Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit abf63ab

Please sign in to comment.