Skip to content

Commit

Permalink
ci: add create PR for athom-cloud-website
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol authored Aug 1, 2024
1 parent 120f55b commit 62ae021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ jobs:
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'
- name: Trigger repository dispatch event athombv/athom-cloud-website
run: |
curl -X POST \
https://api.github.com/repos/athombv/athom-cloud-website/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}' \
-d '{"event_type": "update-homey-lib"}'

0 comments on commit 62ae021

Please sign in to comment.