Skip to content

Commit f4b6c0b

Browse files
authored
fix: dokka deployment action permissions
1 parent 5388cce commit f4b6c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
permissions:
14-
contents: read # required for actions/checkout and repository metadata reads
14+
contents: write # required for pushing to gh-pages branch
1515

1616
jobs:
1717
publish:

0 commit comments

Comments
 (0)