From f08944ca9e8696b180255805810fd1e4d74d8c52 Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Tue, 3 Dec 2024 14:38:26 +0100 Subject: [PATCH] Updated index workflow. --- .github/workflows/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index 03872eccc..80dde794d 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -72,7 +72,7 @@ jobs: run: | if [[ ${{ github.event.inputs.select_index }} == "Live" ]]; then echo "Indexing to Live." - python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_LIVE }} ${{ github.event.inputs.set_as_latest }} + python -u scripts/index.py ${{ github.repository }} ${{ steps.app-token.outputs.token }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_LIVE }} ${{ github.event.inputs.set_as_latest }} else echo "Indexing to Test." if [[ ${{ github.event.inputs.set_as_latest }} ]]; then