Skip to content

Backported lwl changes #19

Backported lwl changes

Backported lwl changes #19

Workflow file for this run

name: Notify FREERTOS_LWIP_MQTT
on:
push:
paths:
- 'code/CM7/Drivers/LIS3DHTR/**'
- 'code/CM7/Drivers/PmodALS/**'
- 'code/CM7/Core/lwl/lwl.c'
- 'lwl_decoder.py'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger FREERTOS_LWIP_MQTT workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.FREERTOS_LWIP_MQTT_TRIGGER_TOKEN }}" \
https://api.github.com/repos/Manwlis/FreeRTOS_LwIP_MQTT/dispatches \
-d '{"event_type":"sync_shared"}'