Skip to content

Commit 19eb198

Browse files
authored
Add codecov token to Documentation actions
1 parent 21c6bf3 commit 19eb198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ on:
5555
description: "Prevent the workflow run from failing if/when the job fails"
5656
required: false
5757
type: boolean
58+
secrets:
59+
CODECOV_TOKEN:
60+
required: true
5861

5962
jobs:
6063
tests:

0 commit comments

Comments
 (0)