mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 15:43:08 +08:00
CICD: Add required GHA permissions for goreleaser (#2424)
Signed-off-by: Grant Slater <github@firefishy.com>
This commit is contained in:
parent
f80f94f94b
commit
9c9ff4d45a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/draft_release.yml
vendored
2
.github/workflows/draft_release.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
|
||||
- name: Checkout repo
|
||||
|
|
Loading…
Reference in a new issue