Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 2 |
raymond |
1 |
name: Push to Espressif Component Service
|
|
|
2 |
on:
|
|
|
3 |
release:
|
|
|
4 |
types: [created]
|
|
|
5 |
jobs:
|
|
|
6 |
build_examples_for_verification:
|
|
|
7 |
uses: ./.github/workflows/espidf.yaml
|
|
|
8 |
upload_components:
|
|
|
9 |
runs-on: ubuntu-latest
|
|
|
10 |
needs: [build_examples_for_verification]
|
|
|
11 |
steps:
|
|
|
12 |
- uses: actions/checkout@master
|
|
|
13 |
- name: Upload component to component registry
|
|
|
14 |
uses: espressif/github-actions/upload_components@master
|
|
|
15 |
with:
|
|
|
16 |
name: "MQTTRemote"
|
|
|
17 |
namespace: "johboh"
|
|
|
18 |
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }}
|