Skip to content

Commit 85f19df

Browse files
committed
Added write permissions for contents in github action
1 parent 1d26b55 commit 85f19df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-final.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
pull-requests: write
1414
pages: write
1515

.github/workflows/docs-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: preview-${{ github.ref }}
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515
pull-requests: write
1616
pages: write
1717

0 commit comments

Comments
 (0)