Skip to content

Commit c2d50cf

Browse files
committed
chore: fix javadoc git config
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 5f75851 commit c2d50cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/publishJavadoc-gha.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ printf "\n>>>>> Publishing javadoc for release build: repo=%s tag=%s\n" ${GITHUB
99

1010
printf "\n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
1111
rm -fr ./gh-pages
12+
git config --global user.email "devxsdk@us.ibm.com"
13+
git config --global user.name "ibm-devx-sdk"
1214
git clone --branch=gh-pages https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO_SLUG}.git gh-pages
1315
# Configure the remote URL with the token for pushing
1416
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPO_SLUG}.git

0 commit comments

Comments
 (0)