diff options
author | 2024-03-29 08:40:54 -0400 | |
---|---|---|
committer | 2024-03-29 08:40:54 -0400 | |
commit | c4675f37a8713f7a9685d381fe75a571a0c75335 (patch) | |
tree | 1a552905f9780050a9a8fccaa38a638d4570837f | |
parent | e74c0936c2c64906a5fda1530647b3548e2c6a4f (diff) | |
download | coredns-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>
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 |