Skip to content

Commit c43e509

Browse files
committed
ci: fix documentation workflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 309bf57 commit c43e509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
types: [published]
1515

1616
permissions:
17-
contents: read
17+
contents: write
1818

1919
jobs:
2020
build-and-deploy:
@@ -27,7 +27,7 @@ jobs:
2727
if: github.event.release
2828
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v2
2929
with:
30-
require: admin
30+
require: write
3131

3232
- name: Checkout
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)