Commit 785f1b7 1 parent 3bb71b1 commit 785f1b7 Copy full SHA for 785f1b7
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 12
12
platform : protectli
13
13
vendor : ${{ matrix.vendor }}
14
14
model : ${{ matrix.model }}
15
+ secrets :
15
16
CLOUD_URL : ${{ secrets.CLOUD_URL }}
16
17
CLOUD_PASSWORD : ${{ secrets.CLOUD_PASSWORD }}
17
18
strategy :
24
25
uses : ./.github/workflows/deploy-template.yml
25
26
with :
26
27
platform : novacustom
28
+ secrets :
27
29
CLOUD_URL : ${{ secrets.CLOUD_URL }}
28
30
CLOUD_PASSWORD : ${{ secrets.CLOUD_PASSWORD }}
29
31
35
37
vendor : ${{ matrix.vendor }}
36
38
model : ${{ matrix.model }}
37
39
payload : ${{ matrix.payload }}
40
+ secrets :
38
41
CLOUD_URL : ${{ secrets.CLOUD_URL }}
39
42
CLOUD_PASSWORD : ${{ secrets.CLOUD_PASSWORD }}
40
43
strategy :
49
52
with :
50
53
platform : msi
51
54
type : ${{ matrix.type }}
55
+ secrets :
52
56
CLOUD_URL : ${{ secrets.CLOUD_URL }}
53
57
CLOUD_PASSWORD : ${{ secrets.CLOUD_PASSWORD }}
54
58
strategy :
You can’t perform that action at this time.
0 commit comments