aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2024-03-29 08:40:54 -0400
committerGravatar GitHub <noreply@github.com> 2024-03-29 08:40:54 -0400
commitc4675f37a8713f7a9685d381fe75a571a0c75335 (patch)
tree1a552905f9780050a9a8fccaa38a638d4570837f /.github
parente74c0936c2c64906a5fda1530647b3548e2c6a4f (diff)
downloadcoredns-c4675f37a8713f7a9685d381fe75a571a0c75335.tar.gz
coredns-c4675f37a8713f7a9685d381fe75a571a0c75335.tar.zst
coredns-c4675f37a8713f7a9685d381fe75a571a0c75335.zip
add (redundant) write permission to release workflow (#6575)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 64b1b7209..633d3aa61 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
+ permissions:
+ contents: write
steps:
- name: Check out code
uses: actions/checkout@v4