Skip to content

Commit

Permalink
Use different token
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Sep 18, 2023
1 parent 2aad1a3 commit 82a5da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 82a5da1

Please sign in to comment.