Skip to content

Commit

Permalink
ci: fix environment variables (#27966)
Browse files Browse the repository at this point in the history
Provide environment variables for deploying docs site

(cherry picked from commit 21a0c6a)
  • Loading branch information
josephperrott committed Oct 19, 2023
1 parent 25d161c commit 9fe2f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ jobs:
run: yarn ci-push-deploy-docs-app
- uses: ./.github/actions/slack
if: ${{ failure() && github.event_name == 'push' }}
env:
CIRCLE_BRANCH: ${{ github.ref_name }}
CIRCLE_SHA1: ${{ github.sha }}
with:
JOB_NAME: 'Docs site deployment'
SLACK_BOT_TOKEN: ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}

0 comments on commit 9fe2f39

Please sign in to comment.