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 20
20
registry-check :
21
21
name : Registry Check
22
22
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 6
6
type : boolean
7
7
description : Do not actually upload the components
8
8
default : true
9
+ secrets :
10
+ ESP_REGISTRY_TOKEN :
11
+ required : true
9
12
jobs :
10
13
esp_registry :
11
14
name : Upload Components
26
29
with :
27
30
components : ${{ env.COMPONENTS }}
28
31
namespace : livekit
29
- api_token : ${{ secrets.ESP_REGISTRY_TOKEN }}
30
32
dry_run : true
31
33
- name : Upload Components
32
34
uses : espressif/upload-components-ci-action@v2
Original file line number Diff line number Diff line change 8
8
name : Registry Upload
9
9
uses : ./.github/workflows/esp_registry.yml
10
10
with : { dry_run: false }
11
+ secrets :
12
+ ESP_REGISTRY_TOKEN : ${{ secrets.ESP_REGISTRY_TOKEN }}
11
13
deploy-docs :
12
14
name : Deploy Documentation
13
15
uses : ./.github/workflows/docs.yml
You can’t perform that action at this time.
0 commit comments