Skip to content

Commit 17ea8e7

Browse files
ci: provide environment variables to the deploy step (#28009)
Include the env variables for the step for deploying docs related to doc site access
1 parent 01a9501 commit 17ea8e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
env:
294294
CIRCLE_BRANCH: ${{ github.ref_name }}
295295
CIRCLE_SHA1: ${{ github.sha }}
296+
DOCS_SITE_GCP_SERVICE_KEY: ${{ secrets.DOCS_SITE_GCP_SERVICE_KEY }}
297+
DOCS_DEPLOY_GITHUB_TOKEN: ${{ secrets.DOCS_DEPLOY_GITHUB_TOKEN }}
296298
- uses: ./.github/actions/slack
297299
if: ${{ failure() && github.event_name == 'push' }}
298300
with:

0 commit comments

Comments
 (0)