Skip to content

Commit abfe8ed

Browse files
configure git push token
1 parent 708990c commit abfe8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cp -r "$PROJECT_DIR/build/dokka/htmlMultiModule" "$BASEDIR/public/api-docs"
5050
5151
- name: Deploy
52+
env:
53+
GIT_PUSH_TOKEN: ${{secrets.GIT_PUSH_TOKEN}}
5254
run: |
5355
BASEDIR=$(pwd)
5456
DEPLOY_DIR=~/.ktorm-docs/temp/repo/ktorm-docs

0 commit comments

Comments
 (0)