mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
ci: grant goreleaser write permission to create releases
This commit is contained in:
parent
d1cde74e2c
commit
06e51ba2c0
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -9,7 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
# Create a draft GitHub release and attach the built artifacts.
|
||||||
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user