Skip to content

Commit 5e1ce2f

Browse files
authored
Update tests.yml
1 parent 8e132d8 commit 5e1ce2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
2626
CODECOV: 1 # Run code coverage via codecov? 1 or 0
2727
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
28+
secrets:
29+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this

0 commit comments

Comments
 (0)