Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Dec 7, 2022
1 parent 56a0f8c commit 3b07240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches: [ master ]

env:
CODECOV_TOKEN: 8d6689bc-569a-40d4-ae0e-a3adbf3e5181

jobs:
test:
strategy:
Expand All @@ -24,5 +27,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
token: ${{ secrets.CODECOV_TOKEN }}
- run: bundle exec rake rubospec

0 comments on commit 3b07240

Please sign in to comment.