Skip to content

Commit 70acc1c

Browse files
committed
added codecov token to GitHub action workflow
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent 2cc1a7c commit 70acc1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/java-sbt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
- name: Run tests
2222
run: sbt jacoco
2323
- uses: codecov/codecov-action@v5
24+
env:
25+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)