Skip to content

Commit

Permalink
ci: provide environment variables to the right step
Browse files Browse the repository at this point in the history
Include the env variables for the step for deploying docs
  • Loading branch information
josephperrott committed Oct 24, 2023
1 parent 13b8ad1 commit ad6a032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ jobs:
run: yarn check-tooling-setup
- name: Deploy the docs app
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 }}
- uses: ./.github/actions/slack
if: ${{ failure() && github.event_name == 'push' }}
with:
JOB_NAME: 'Docs site deployment'
SLACK_BOT_TOKEN: ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}

0 comments on commit ad6a032

Please sign in to comment.