Skip to content

Commit 956796c

Browse files
Update codecov.yml
1 parent e578cae commit 956796c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/codecov.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ jobs:
1414
node-version: [20.x, 21.x, 22.x]
1515

1616
steps:
17-
- name: Wait for secrets
18-
uses: step-security/[email protected]
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:
@@ -40,6 +29,17 @@ jobs:
4029
- name: Install dependencies
4130
run: npm install
4231

32+
- name: Wait for secrets
33+
uses: step-security/[email protected]
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

0 commit comments

Comments
 (0)