Skip to content

Commit

Permalink
ci: provide environment variables to the deploy step (angular#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
  • Loading branch information
josephperrott authored Oct 26, 2023
1 parent 01a9501 commit 17ea8e7
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 17ea8e7

Please sign in to comment.