Skip to content

Commit c645c7e

Browse files
author
czjaso
committed
Add write permissions to doxygen generation workflow on main
1 parent afde54a commit c645c7e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Doxygen Generation
2+
3+
# Needs this to write to gh-pages branch.
4+
permissions:
5+
contents: write
6+
27
on:
38
push:
49
branches: [main]

0 commit comments

Comments
 (0)