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