add (redundant) write permission to release workflow (#6575)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
e74c0936c2
commit
c4675f37a8
1 changed files with 2 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue