Make separation of AP variables & env variables more obvious

This commit is contained in:
Hynek Schlawack 2019-05-31 11:01:26 +02:00 committed by GitHub
parent 4e9f971cc6
commit 2a391355f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ jobs:
coverage combine
codecov
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
CODECOV_TOKEN: $(codecov.token)
displayName: Report Coverage
condition: succeeded()