File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2020 registry-check :
2121 name : Registry Check
2222 uses : ./.github/workflows/esp_registry.yml
23- with : { dry_run: true }
23+ with : { dry_run: true }
24+ secrets :
25+ ESP_REGISTRY_TOKEN : ${{ secrets.ESP_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 66 type : boolean
77 description : Do not actually upload the components
88 default : true
9+ secrets :
10+ ESP_REGISTRY_TOKEN :
11+ required : true
912jobs :
1013 esp_registry :
1114 name : Upload Components
2629 with :
2730 components : ${{ env.COMPONENTS }}
2831 namespace : livekit
29- api_token : ${{ secrets.ESP_REGISTRY_TOKEN }}
3032 dry_run : true
3133 - name : Upload Components
3234 uses : espressif/upload-components-ci-action@v2
Original file line number Diff line number Diff line change 88 name : Registry Upload
99 uses : ./.github/workflows/esp_registry.yml
1010 with : { dry_run: false }
11+ secrets :
12+ ESP_REGISTRY_TOKEN : ${{ secrets.ESP_REGISTRY_TOKEN }}
1113 deploy-docs :
1214 name : Deploy Documentation
1315 uses : ./.github/workflows/docs.yml
You can’t perform that action at this time.
0 commit comments