There was an error while loading. Please reload this page.
1 parent bc3ea92 commit 378cdd5Copy full SHA for 378cdd5
.github/workflows/main.yml
@@ -127,4 +127,5 @@ jobs:
127
gitPublishPush \
128
-Dscan.tag.Documentation
129
env:
130
- GRGIT_USER: ${{ secrets.GH_TOKEN }}
+ GIT_USERNAME: git
131
+ GIT_PASSWORD: ${{ secrets.GH_TOKEN }}
documentation/documentation.gradle.kts
@@ -109,6 +109,9 @@ gitPublish {
109
sign = false
110
fetchDepth = 1
111
112
+username = providers.environmentVariable("GIT_USERNAME")
113
+password = providers.environmentVariable("GIT_PASSWORD")
114
+
115
contents {
116
from(docsDir)
117
into("docs")
0 commit comments