Skip to content

ci: add a workflow to publish the component to ESP component registry #1

ci: add a workflow to publish the component to ESP component registry

ci: add a workflow to publish the component to ESP component registry #1

Workflow file for this run

---
name: Push component to https://components.espressif.com
on:
push:
tags:
- v*
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Upload component to the component registry
uses: espressif/upload-components-ci-action@b78a19fa5424714997596d3ecffa634aef8ae20b
with:
name: "esp_wireguard"
version: ${{ github.ref_name }}
namespace: "trombik"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}