Skip to content

Commit d83c162

Browse files
kumekaymagicarm22
authored andcommitted
Upload to the component registry
1 parent 317be68 commit d83c162

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Push components to https://components.espressif.com
2+
on:
3+
push:
4+
tags:
5+
- v*
6+
jobs:
7+
upload_components:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@master
11+
with:
12+
submodules: "recursive"
13+
14+
- name: Upload components to the component registry
15+
uses: espressif/github-actions/upload_components@master
16+
with:
17+
name: arduino-esp32
18+
namespace: espressif
19+
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
20+
service_url: https://api.staging.components.espressif.tools/

idf_component.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: "0.0.1"
2+
description: "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs"
3+
url: "https://github.com/espressif/arduino-esp32"

0 commit comments

Comments
 (0)