Skip to content

Commit 865ab3d

Browse files
authored
fix(ci): give deploy job write permissions (#253)
1 parent 3850bd8 commit 865ab3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
timeout-minutes: 3
2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.ref }}
31+
permissions:
32+
contents: write
3133

3234
steps:
3335
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)