Make separation of AP variables & env variables more obvious
This commit is contained in:
parent
4e9f971cc6
commit
2a391355f5
|
@ -68,6 +68,6 @@ jobs:
|
|||
coverage combine
|
||||
codecov
|
||||
env:
|
||||
CODECOV_TOKEN: $(CODECOV_TOKEN)
|
||||
CODECOV_TOKEN: $(codecov.token)
|
||||
displayName: Report Coverage
|
||||
condition: succeeded()
|
||||
|
|
Loading…
Reference in New Issue