mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
add (redundant) write permission to release workflow (#6575)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user