Skip to content

Commit 713b49b

Browse files
committed
Change back to GITHUB_TOKEN for authentification.
To allow the push to branch, we need pages: write.
1 parent a6ab4c4 commit 713b49b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy_pages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
Deploy-Pages:
2020
needs: CTest
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: write
24+
pages: write
2225
steps:
2326
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
2427
with:

0 commit comments

Comments
 (0)