wrong level for the env map

This commit is contained in:
Geoffroy Couprie 2021-04-14 10:58:13 +02:00
parent 8643b4230b
commit 38bb94e7bc

View File

@ -181,8 +181,8 @@ jobs:
- name: Run cargo tarpaulin
uses: actions-rs/cargo@v1
env:
TOKEN: ${{ secrets.COVERALLS_TOKEN }}
with:
command: tarpaulin
env:
TOKEN: ${{ secrets.COVERALLS_TOKEN }}
args: --coveralls "$TOKEN"