Skip to content

Commit 2415df5

Browse files
authored
Merge pull request #427 from EIT-ALIVE/ci/fix-docs-deploy-permissions
Add write permissions for pages
2 parents 32bdb8c + 392f916 commit 2415df5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_build_documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
name: Build documentation
1818
runs-on: ubuntu-latest
19+
permissions:
20+
pages: write
1921
strategy:
2022
fail-fast: false
2123
steps:

0 commit comments

Comments
 (0)