ci: grant goreleaser write permission to create releases

This commit is contained in:
John Bartholomew 2025-02-22 23:04:59 +00:00
parent d1cde74e2c
commit 06e51ba2c0

View File

@ -9,7 +9,8 @@ on:
jobs:
release:
permissions:
contents: read
# Create a draft GitHub release and attach the built artifacts.
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout