mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
18 lines
436 B
YAML
18 lines
436 B
YAML
name: Push components to Espressif Component Service
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
upload_components:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Upload components to component service
|
|
uses: espressif/upload-components-ci-action@v1
|
|
with:
|
|
name: "esp_matter"
|
|
namespace: "espressif"
|
|
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |