Merge pull request #4 from almir-okato/self_reflasher_v1 #5
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-self-reflasher to IDF Component Registry | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
upload_components: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Upload esp-self-reflasher to IDF Component Registry | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
name: esp-self-reflasher | |
namespace: "espressif" | |
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |