Skip to content

Commit e578cae

Browse files
Update codecov.yml
1 parent f6babbc commit e578cae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/codecov.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ jobs:
1616
steps:
1717
- name: Wait for secrets
1818
uses: step-security/wait-for-secrets@v1.2.0
19+
id: get-otp
1920
with:
20-
# Fine-grained PAT with contents:write and workflows:write
21-
# scopes
22-
token: ${{ secrets.GITHUB_TOKEN }}
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 }}
2327
2428
- name: Checkout repository
2529
uses: actions/checkout@v4

0 commit comments

Comments
 (0)