Skip to content

Commit

Permalink
ci(deps): Add pollination-honeybee-radiance to update list
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Aug 1, 2021
1 parent fab1957 commit c85dc46
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 @@ -91,6 +91,16 @@ jobs:
-H "Accept: application/vnd.github.everest-preview+json" \
-d '{"event_type": "honeybee_radiance_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
-u ladybugbot:$DEPS_TOKEN
- name: Update pollination-honeybee-radiance
if: contains(steps.new_release.outputs.tag, '.')
env:
DISPATCH_REPO: pollination/honeybee-radiance
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": "honeybee_radiance_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
-u ladybugbot:$DEPS_TOKEN
docs:
name: Generate docs
Expand Down

0 comments on commit c85dc46

Please sign in to comment.