Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
add missing permission for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 6, 2022
1 parent 073fec0 commit 32d253e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
packages: write # for docker push
contents: write # for goreleaser

steps:
- name: set up go 1.19
Expand Down

0 comments on commit 32d253e

Please sign in to comment.