Skip to content

Commit

Permalink
refactor: use github.token instead
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jan 10, 2025
1 parent 7a0cd15 commit 4d8ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ github.token }}

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4d8ecd4

Please sign in to comment.