Skip to content

Push EspNowNetwork to Espressif Component Service #18

Push EspNowNetwork to Espressif Component Service

Push EspNowNetwork to Espressif Component Service #18

name: Push to Espressif Component Service
on:
release:
types: [created]
workflow_run:
workflows: ["ESP-IDF CI"]
types: completed
branch:
- main
jobs:
upload_components:
runs-on: ubuntu-latest
if: |
github.event_name == 'release' &&
github.event.workflow_run.conclusion == 'success'
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 }}