Skip to content

Commit 7840002

Browse files
authored
Update workflow.yml
1 parent 6e34e8f commit 7840002

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
1+
name: Push component to https://components.espressif.com
2+
on:
3+
push:
4+
jobs:
5+
upload_components:
6+
permissions:
7+
id-token: write
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
with:
12+
submodules: "recursive"
13+
- name: Upload component to the component registry
14+
uses: espressif/upload-components-ci-action@v2
15+
with:
16+
components: "bme280-cpp: ."
17+
namespace: "maxdevhub"

0 commit comments

Comments
 (0)