File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 node-version : [20.x, 21.x, 22.x]
1515
1616 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-
2817 - name : Checkout repository
2918 uses : actions/checkout@v4
3019 with :
4029 - name : Install dependencies
4130 run : npm install
4231
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+
4343 - name : Run tests
4444 run : npm run test
4545
You can’t perform that action at this time.
0 commit comments