File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
node-version : [20.x, 21.x, 22.x]
15
15
16
16
steps :
17
- - name : Wait for secrets
18
- uses : step-security/wait-for-secrets@v1.2.0
19
- id : get-otp
20
- with :
21
- secrets : |
22
- DUMMY_SECRET:
23
- name: 'Dummy secret'
24
- description: 'Dummy secret to demo wait-for-secrets'
25
- - run : |
26
- echo ${{ steps.get-otp.outputs.DUMMY_SECRET }}
27
-
28
17
- name : Checkout repository
29
18
uses : actions/checkout@v4
30
19
with :
40
29
- name : Install dependencies
41
30
run : npm install
42
31
32
+ - name : Wait for secrets
33
+ uses : step-security/wait-for-secrets@v1.2.0
34
+ id : get-otp
35
+ with :
36
+ secrets : |
37
+ DUMMY_SECRET:
38
+ name: 'Dummy secret'
39
+ description: 'Dummy secret to demo wait-for-secrets'
40
+ - run : |
41
+ echo ${{ steps.get-otp.outputs.DUMMY_SECRET }}
42
+
43
43
- name : Run tests
44
44
run : npm run test
45
45
You can’t perform that action at this time.
0 commit comments