Backported lwl changes #19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"}' |