Skip to content

Commit cbb30a3

Browse files
committed
First alpha release
1 parent 73f86ac commit cbb30a3

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Push components to Espressif Component Service
2+
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
8+
jobs:
9+
upload_components:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
submodules: 'recursive'
15+
- name: Upload components to component service
16+
uses: espressif/upload-components-ci-action@v1
17+
with:
18+
name: "badge-elf-api"
19+
version: ${{ github.ref_name }}
20+
namespace: "badgeteam"
21+
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# BadgeELF API
3+
This component provides the API used by BadgeELF applets ([template](https://github.com/badgeteam/badge-elf-template); [loader](https://github.com/badgeteam/esp32-component-badge-elf)).
4+
It can also be used standalone for anyone wishing to port a BadgeELF applet back into being a firmware.

0 commit comments

Comments
 (0)