From 1d52e4f87b23a6b4894fa86bc45fd09e25534fff Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski Date: Mon, 20 Jul 2026 10:51:27 +0200 Subject: [PATCH] chore: add authentication to documentation job --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d889eb2..e826ff4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,6 +17,8 @@ jobs: uses: SAP/ai-sdk-python/.github/actions/setup@main with: ref: ${{ github.ref_name }} + index-username: ${{ secrets.ARTIFACTORY_USERNAME }} + index-token: ${{ secrets.ARTIFACTORY_TOKEN }} - name: Make HTML working-directory: packages/gen/docs