Merge branch 'feat/update_documentation_for_flash_encryption_case' in… #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push esp_secure_cert_mgr to Espressif Component Service | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
upload_components: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Upload esp_secure_cert_mgr to component service | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
name: esp_secure_cert_mgr | |
namespace: "espressif" | |
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |