Light-Commit
Home IoT device based Github Actions
Blog : https://dev.to/star_trooper/iot-commit-iot-github-action-369n
This website collects cookies to deliver better user experience
Blog : https://dev.to/star_trooper/iot-commit-iot-github-action-369n
.github/workflows/main.yml
directory in your repositoryname: smart light action
on:
push:
branches: [ master ]
jobs:
smart_lights_job:
runs-on: ubuntu-latest
name: Turn on smart lights
steps:
- uses: actions/checkout@v2
- name: Trigger lights
uses: StarTrooper08/Light-Commit
with:
VESYNC_PASS: ${{ secrets.VESYNC_PASS }}
VESYNC_EMAIL: ${{ secrets.VESYNC_EMAIL }}