File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
14
14
include :
15
15
- name : VS Code Marketplace
16
16
url : https://marketplace.visualstudio.com/items?itemName=johnbillion.vscode-wordpress-hooks
17
- command : deploy-vsce -- -p ${{ secrets.VSCE_TOKEN }}
17
+ command : deploy-vsce
18
+ token : VSCE
18
19
- name : Open VSX Registry
19
20
url : https://open-vsx.org/extension/johnbillion/vscode-wordpress-hooks
20
- command : deploy-openvsx -- -p ${{ secrets.OVSX_TOKEN }}
21
+ command : deploy-openvsx
22
+ token : OVSX
21
23
name : ${{ matrix.name }}
22
24
steps :
23
25
56
58
run : npm ci
57
59
58
60
- name : deploy
59
- run : npm run ${{ matrix.command }}
61
+ run : npm run ${{ matrix.command }} -- -p ${{ secrets[format('{0}_TOKEN', matrix.token)] }}
60
62
61
63
- name : Deployment Succeeded
62
64
if : success()
You can’t perform that action at this time.
0 commit comments