Trigger your Philips Hue lights from your Github workflows.
Required The webhook URL generated by https://hueaction.dev.
Required The light ID to be triggered.
The light updated status: True if the light has been triggered.
-
Go to https://hueaction.dev and authorize the app to access your Hue account.
-
Follow the instructions from https://hueaction.dev to get the
hueWebhook
URL. Note: ThehueWebhook
URL is private and should not be shared publicly. -
Add this Action to your workflow:
uses: manekinekko/hue-action@v1.0
if: success()
with:
hueWebhook: ${{ secrets.HUEACTION_WEBHOOK }}
hueLightId: "5"
hueStatus: "success"