We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cac87a commit 72a0afdCopy full SHA for 72a0afd
.github/workflows/publish-doc-release.yml
@@ -8,6 +8,9 @@ on:
8
description: 'Version tag (ex: 1.0.0)'
9
required: true
10
11
+permissions:
12
+ checks: write
13
+
14
jobs:
15
publish-doc-release:
16
uses: eclipse-keypop/keypop-actions/.github/workflows/reusable-publish-doxygen.yml@main
.github/workflows/publish-doc-snapshot.yml
@@ -5,6 +5,9 @@ on:
5
- main
6
workflow_dispatch:
7
publish-doc-snapshot:
0 commit comments