No bug: [try-staging] Allow staging builds to access staging github ssh key; r=nthomas

The secret with the ssh key already exists in taskcluster, this tells
mozharness to try to access it.

Differential Revision: https://phabricator.services.mozilla.com/D25700

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2019-04-02 21:35:09 +00:00
Родитель 21aefc6b0a
Коммит 74b89a1c21
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,7 +7,7 @@ config = {
{
"filename": "/builds/partner-github-ssh",
"secret_name": "project/releng/gecko/build/level-%(scm-level)s/partner-github-ssh",
"min_scm_level": 3,
"min_scm_level": 1,
"mode": 0o600,
},
],

Просмотреть файл

@ -7,7 +7,7 @@ config = {
{
"filename": "/builds/partner-github-ssh",
"secret_name": "project/releng/gecko/build/level-%(scm-level)s/partner-github-ssh",
"min_scm_level": 3,
"min_scm_level": 1,
"mode": 0o600,
},
],

Просмотреть файл

@ -7,7 +7,7 @@ config = {
{
"filename": "/builds/partner-github-ssh",
"secret_name": "project/releng/gecko/build/level-%(scm-level)s/partner-github-ssh",
"min_scm_level": 3,
"min_scm_level": 1,
"mode": 0o600,
},
],