codecov / codecov-ats

GitHub Action that uploads returns selected test labels to CI ☂️
MIT License
3 stars 3 forks source link

set static_token as not required input, updates descriptions to show you can optionally use environment variables #38

Closed nyoungstudios closed 1 week ago

nyoungstudios commented 1 week ago

I noticed this because the GitHub Actions VS Code extension was complaining that I was missing the static_token input when I had defined the action call like so (as shown in the readme):

- uses: codecov/codecov-ats@v0.3.0
  env:
    CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
    CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}