CICD: Add required GHA permissions for goreleaser (#2424)

Signed-off-by: Grant Slater <github@firefishy.com>
This commit is contained in:
Grant 2023-06-06 13:52:09 +03:00 committed by GitHub
parent f80f94f94b
commit 9c9ff4d45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
pull-requests: write
steps:
- name: Checkout repo