Skip to content

Commit ab8d479

Browse files
authored
Fix: Move env
1 parent b4d4518 commit ab8d479

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/generate-coverage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
paths-ignore:
66
- 'README.md'
77
- '.github/workflows/**'
8-
8+
env:
9+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10+
911
jobs:
1012
build-and-deploy:
1113
runs-on: ubuntu-latest
@@ -21,5 +23,4 @@ jobs:
2123
run: gradle build
2224
- name: Get Coverage
2325
uses: codecov/codecov-action@v3
24-
env:
25-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26+

0 commit comments

Comments
 (0)