Skip to content

Commit f263935

Browse files
committed
chore: remove gh auth check
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 72e029f commit f263935

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build/publishJavadoc-gha.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ set -e
88

99
printf "\n>>>>> Publishing javadoc for release build: repo=%s tag=%s\n" ${GITHUB_REPO_SLUG} ${GITHUB_TAG}
1010

11-
printf "\n>>>>> [DEBUG] Checking gh auth status...\n"
12-
gh auth status
13-
printf "\n>>>>> [DEBUG] Finished checking gh auth status...\n"
14-
1511
printf "\n>>>>> Checking out gh-pages branch...\n"
1612
git config --global user.email "github-actions[bot]@users.noreply.github.com"
1713
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)