Skip to content

Commit

Permalink
chore: change secret on docker login (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay authored May 17, 2024
1 parent 3e42c72 commit 42c831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false

- name: Set repo name
Expand Down

0 comments on commit 42c831d

Please sign in to comment.