Skip to content

"Fix" protocol for ESP32C6 #2

"Fix" protocol for ESP32C6

"Fix" protocol for ESP32C6 #2

name: Push to Espressif Component Service
on: [push]
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload component to component registry
uses: espressif/github-actions/upload_components@master
with:
name: "EspNowNetwork"
namespace: "johboh"
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }}