Skip to content

Commit

Permalink
ci: fix codecov secrets path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 24, 2023
1 parent 335a3d6 commit 4317899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions taskcluster/scripts/codecov-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ def fetch_secret(secret_name):
return r.json()["secret"]


token = fetch_secret("project/releng/mozilla/simple-github-client/build/level-1/ci")[
"codecov_api_token"
]
token = fetch_secret("project/mozilla/simple-github/level-any/codecov")["token"]
uploader = FETCHES_DIR / "codecov"
uploader.chmod(uploader.stat().st_mode | stat.S_IEXEC)
subprocess.run(
Expand Down

0 comments on commit 4317899

Please sign in to comment.