Skip to content

Commit

Permalink
Added write permissions to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Bonic committed May 27, 2022
1 parent 0342188 commit 10c0b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- golangci-lint
runs-on: ubuntu-latest
if: ${{ github.event_name != 'schedule' }}
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 10c0b3f

Please sign in to comment.