We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781127e commit a1894cdCopy full SHA for a1894cd
.github/workflows/unit-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
40
- name: Set up Codecov upload token
41
run: |
42
- if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_CloudUtils" ]]; then
+ if [[ "${{ github.repository }}" == "arduino-libraries/ArduinoBLE" ]]; then
43
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
44
# Token is intentionally exposed.
45
# See: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
0 commit comments