Skip to content

Commit

Permalink
chore(ci): fix dependabot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Nov 9, 2022
1 parent 641438f commit 5c23126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

-
name: Check GoReleaser
Expand Down

0 comments on commit 5c23126

Please sign in to comment.