Skip to content

Commit 15fd117

Browse files
committed
fix(ci): Fix GH token permissions for docs build
1 parent c67c69b commit 15fd117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
build:
1313
name: Build source distribution and wheel
1414
runs-on: ubuntu-latest
15+
permissions:
16+
# docs build pushes to the gh-pages branch
17+
contents: write
1518
services:
1619
lakefs: # required for building documentation
1720
image: treeverse/lakefs:latest

0 commit comments

Comments
 (0)