Skip to content

Commit 75d079f

Browse files
committed
Add permissions for clean job
1 parent d163096 commit 75d079f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ jobs:
190190
191191
needs: build-and-deploy
192192

193+
permissions:
194+
# Needed to remove docs for closed pull request from the repo
195+
contents: write
196+
193197
runs-on: ubuntu-20.04
194198

195199
steps:

0 commit comments

Comments
 (0)