Skip to content

Commit f1b725b

Browse files
committed
Fix codecov token ⚡
1 parent 1b9cfcf commit f1b725b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9+
env:
10+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
911

1012
steps:
1113
- uses: actions/checkout@v1
@@ -22,5 +24,3 @@ jobs:
2224
bundle exec fasterer
2325
- name: Upload coverage to Codecov
2426
uses: codecov/codecov-action@v1
25-
with:
26-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)