diff --git a/.github/workflows/deploy-releases.yml b/.github/workflows/deploy-releases.yml index 602aa6889..539110024 100644 --- a/.github/workflows/deploy-releases.yml +++ b/.github/workflows/deploy-releases.yml @@ -5,7 +5,7 @@ on: push: paths: 'releases/**' workflow_dispatch: - + jobs: build-and-deploy: runs-on: ubuntu-latest @@ -94,5 +94,6 @@ jobs: scrape-docs: uses: ./.github/workflows/docsearch-scrape.yml needs: build-and-deploy + secrets: inherit with: version: ${{ needs.build-and-deploy.outputs.version }} diff --git a/.github/workflows/deploy-snapshots.yml b/.github/workflows/deploy-snapshots.yml index 6c5c614ba..def5b9636 100644 --- a/.github/workflows/deploy-snapshots.yml +++ b/.github/workflows/deploy-snapshots.yml @@ -70,5 +70,6 @@ jobs: scrape-docs: uses: ./.github/workflows/docsearch-scrape.yml needs: build-and-deploy + secrets: inherit with: version: master