Skip to content

Commit

Permalink
ci: provide environment variables to the deploy step (#28009)
Browse files Browse the repository at this point in the history
Include the env variables for the step for deploying docs related to doc site access

(cherry picked from commit 17ea8e7)
  • Loading branch information
josephperrott committed Oct 26, 2023
1 parent bf5baf5 commit 78fd348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ jobs:
env:
CIRCLE_BRANCH: ${{ github.ref_name }}
CIRCLE_SHA1: ${{ github.sha }}
DOCS_SITE_GCP_SERVICE_KEY: ${{ secrets.DOCS_SITE_GCP_SERVICE_KEY }}
DOCS_DEPLOY_GITHUB_TOKEN: ${{ secrets.DOCS_DEPLOY_GITHUB_TOKEN }}
- uses: ./.github/actions/slack
if: ${{ failure() && github.event_name == 'push' }}
with:
Expand Down

0 comments on commit 78fd348

Please sign in to comment.