From 1857fdfd90db366bf30586eb4e17bfde074efaeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martina=20Gr=C3=A4ber?= Date: Wed, 22 Nov 2023 12:33:09 +0100 Subject: [PATCH] different test --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0384e1181..978f9aec6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,9 +23,9 @@ jobs: uses: actions/checkout@v3 with: path: 'doc-files' - ref: 'git@github.com:OneIdentity/IdentityManager.ImxDoc.git' + ref: 'main' repository: 'OneIdentity/IdentityManager.ImxDoc' - sss-key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMe7B3Z3rVWOKk/3fAPTx46MFaoNnFTxblvm39LZW8Ik prod\\mgraeber@Q83KD6D3" + token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 persist-credentials: true