Skip to content

Commit ba67ef0

Browse files
jasonpcarrollczjaso
andauthored
Add write permissions to doxygen generation workflow on main (#200)
Co-authored-by: czjaso <czjaso@amazon.com>
1 parent afde54a commit ba67ef0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)