Grant the Render workflow write permissions (#3273)
This commit is contained in:
parent
7eff25dcfd
commit
7b86f6deb0
|
@ -19,6 +19,8 @@ jobs:
|
|||
render-peps:
|
||||
name: Render PEPs
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue