1
0
Fork 0

Bug 1573512 - rename codecov secret to something more generic for master and PR to reuse (#4705)

Force merging since we're blocked on this change and TaskCluster is stuck after 4 hours.
master
Mihai Tabara 2019-08-13 20:14:08 +01:00 committed by Colin Lee
parent f122a8fc09
commit 09cfa28482
2 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ class TaskBuilder(object):
'tier': 1, 'tier': 1,
}, },
scopes=[ scopes=[
'secrets:get:project/mobile/fenix/pr' 'secrets:get:project/mobile/fenix/public-tokens'
] ]
) )

View File

@ -7,7 +7,7 @@ set -ex
# Get token for uploading to codecov and append it to codecov.yml # Get token for uploading to codecov and append it to codecov.yml
python automation/taskcluster/helper/get-secret.py \ python automation/taskcluster/helper/get-secret.py \
-s project/mobile/fenix/pr \ -s project/mobile/fenix/public-tokens \
-k codecov \ -k codecov \
-f .cc_token \ -f .cc_token \