Skip to content

Commit d8cc19a

Browse files
authored
Allow codecov secret token to be passe din
1 parent fb28c46 commit d8cc19a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
PHPBB_BRANCH:
2626
required: true
2727
type: string
28+
secrets:
29+
CODECOV_TOKEN:
30+
required: false
31+
description: ''
2832

2933
env:
3034
EXTNAME: ${{ inputs.EXTNAME }}

0 commit comments

Comments
 (0)