Skip to content

Commit 72a0afd

Browse files
fix: add checks write permission to doc workflows (#9)
1 parent 9cac87a commit 72a0afd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish-doc-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: 'Version tag (ex: 1.0.0)'
99
required: true
1010

11+
permissions:
12+
checks: write
13+
1114
jobs:
1215
publish-doc-release:
1316
uses: eclipse-keypop/keypop-actions/.github/workflows/reusable-publish-doxygen.yml@main

.github/workflows/publish-doc-snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
workflow_dispatch:
77

8+
permissions:
9+
checks: write
10+
811
jobs:
912
publish-doc-snapshot:
1013
uses: eclipse-keypop/keypop-actions/.github/workflows/reusable-publish-doxygen.yml@main

0 commit comments

Comments
 (0)