Initial commit.
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
This commit is contained in:
21
components/rmaker_common/.github/workflows/upload_components.yml
vendored
Normal file
21
components/rmaker_common/.github/workflows/upload_components.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Push components to Espressif Component Registry
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
upload_components:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Upload components to component registry
|
||||
uses: espressif/upload-components-ci-action@v1
|
||||
with:
|
||||
namespace: "espressif"
|
||||
name: "rmaker_common"
|
||||
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
||||
Reference in New Issue
Block a user