codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Failing upload for public repo using GitHub Actions #393

Closed rowanseymour closed 3 years ago

rowanseymour commented 3 years ago

ERROR: Tokenless uploads are only supported for public repositories on GitHub Actions that can be verified through the Actions API.

Was working fine, and as you can see it's a public repo

https://github.com/nyaruka/rapidpro/pull/3122/checks?check_run_id=1553406479

Github action is

- name: Upload coverage
      if: success()
      uses: codecov/codecov-action@v1
      with:
        fail_ci_if_error: true
rowanseymour commented 3 years ago

Seems to be working again

thomasrockhu commented 3 years ago

@rowanseymour, I looked in our logs, and it seems to be a hiccup when we were validating the GitHub Actions build. Apologies for the inconvenience here.

rowanseymour commented 3 years ago

Hiccup'ed again https://github.com/rapidpro/casepro/runs/2168254390