Skip to content

Commit f6babbc

Browse files
Update codecov.yml
1 parent 2538869 commit f6babbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
steps:
1717
- name: Wait for secrets
1818
uses: step-security/wait-for-secrets@v1.2.0
19+
with:
20+
# Fine-grained PAT with contents:write and workflows:write
21+
# scopes
22+
token: ${{ secrets.GITHUB_TOKEN }}
1923

2024
- name: Checkout repository
2125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)