Skip to content

Commit

Permalink
Add write permissions for pages workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 committed Jan 18, 2024
1 parent c8e6f97 commit d5ee932
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Test
name: Doxygen Pages
on:
push:
branches:
- 'ros2'
pull_request:
branches:
- '*'
Expand All @@ -10,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@v1.9.5
Expand Down

0 comments on commit d5ee932

Please sign in to comment.