Skip to content

Commit

Permalink
use the non-deprecated upload-components-ci-action
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed May 24, 2023
1 parent e43703c commit 9eeac09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esp_upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
submodules: recursive
- name: Upload component to component service
uses: espressif/github-actions/upload_components@master
uses: espressif/upload-components-ci-action@v1
with:
name: "LittleFS"
namespace: "joltwallet"
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }}
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }}

0 comments on commit 9eeac09

Please sign in to comment.