Skip to content

Commit 06e78b0

Browse files
authored
Publish Kotlin documentation
1 parent c1c6b3e commit 06e78b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/automate-kotlin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish Kotlin docs
22

3+
permissions: write-all
4+
35
on:
46
push:
57
tags:
@@ -8,6 +10,7 @@ on:
810
jobs:
911
build-and-release:
1012
runs-on: ubuntu-latest
13+
permissions: write-all
1114
steps:
1215
- name: Checkout code
1316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)