Skip to content

Commit

Permalink
ci(deps): Add missing dependent repo into CI system
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jul 28, 2021
1 parent 5238115 commit 9a2c18c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ jobs:
-H "Accept: application/vnd.github.everest-preview+json" \
-d '{"event_type": "ladybug_geometry_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
-u ladybugbot:$DEPS_TOKEN
- name: Update ladybug-geometry-polyskel
if: contains(steps.new_release.outputs.tag, '.')
env:
DISPATCH_REPO: ladybug-tools/ladybug-geometry-polyskel
DEPS_TOKEN: ${{ secrets.DEPS_UPDATING }}
run: |
curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
-d '{"event_type": "ladybug_geometry_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
-u ladybugbot:$DEPS_TOKEN
docs:
name: Generate docs
Expand Down

0 comments on commit 9a2c18c

Please sign in to comment.