From f3856eac0f5507a0a8df71152c4cac8e246d2ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martina=20Gr=C3=A4ber?= Date: Wed, 22 Nov 2023 12:01:59 +0100 Subject: [PATCH] different test --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2a13aed9f..71e051754 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ jobs: path: 'doc-files' ref: 'main' repository: 'OneIdentity/IdentityManager.ImxDoc' - token: ${{ secrets.BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true @@ -40,6 +40,7 @@ jobs: shell: bash working-directory: doc-files run: | + git config --unset-all http.https://github.com/.extraheader git config --global user.name "Automatic compoDoc documentation" git config --global user.email "martina.graeber@oneidentity.com" git add .