Skip to content

Commit

Permalink
ci: fix repo permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
graytonio committed Aug 13, 2024
1 parent d3add12 commit e7ec85a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.3'
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit e7ec85a

Please sign in to comment.