Closed nyoungstudios closed 1 week ago
static_token
token
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 }}
static_token
input as not requiredtoken
andstatic_token
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):