Skip to content

Commit b0312c8

Browse files
author
czjaso
committed
Add write permissions to doxygen generation workflow on main
1 parent 8f34af3 commit b0312c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
doxygen-generation:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- name: Doxygen generation
1113
uses: FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main

0 commit comments

Comments
 (0)