Skip to content

Commit a3a0c3a

Browse files
authored
ops: add missing pages: write permission to workflows (#1007)
1 parent bce175d commit a3a0c3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
contents: write
8+
pages: write
89

910
jobs:
1011
deploy:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
contents: read
15+
pages: write
1516

1617
jobs:
1718
create-versioned-toml:

0 commit comments

Comments
 (0)