Skip to content

Commit d5ee932

Browse files
committed
Add write permissions for pages workflow
Signed-off-by: Ryan Friedman <[email protected]>
1 parent c8e6f97 commit d5ee932

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Build Test
1+
name: Doxygen Pages
22
on:
33
push:
4+
branches:
5+
- 'ros2'
46
pull_request:
57
branches:
68
- '*'
@@ -10,6 +12,8 @@ jobs:
1012
runs-on: ubuntu-latest
1113
strategy:
1214
fail-fast: false
15+
permissions:
16+
contents: write
1317
steps:
1418
- uses: actions/checkout@v4
1519
- uses: mattnotmitt/[email protected]

0 commit comments

Comments
 (0)