File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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@v2
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 }}
Original file line number Diff line number Diff line change 1+ description : " Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
2+ url : " https://github.com/espressif/arduino-esp32"
3+ targets :
4+ - esp32
5+ - esp32s2
6+ - esp32c3
7+ tags :
8+ - arduino
You can’t perform that action at this time.
0 commit comments