Skip to content

Commit

Permalink
ci: Upload component to ESP Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr9You committed Feb 9, 2024
1 parent 7af2a2a commit 33fe13e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Push components to Espressif Component Service

on:
push:
branches:
- master

jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: 'recursive'

- name: Upload components to component service
uses: espressif/upload-components-ci-action@v1
with:
name: "micropython-helper"
namespace: "mr9you"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 33fe13e

Please sign in to comment.