mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update expected JSON format for taskcluster secret.
This commit is contained in:
parent
ea71b35220
commit
982eb152da
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function unsafe_open_pull_request() {
|
||||||
|
|
||||||
if [[ -z "${WPT_SYNC_TOKEN+set}" ]]; then
|
if [[ -z "${WPT_SYNC_TOKEN+set}" ]]; then
|
||||||
SECRET_RESPONSE=$(curl $TASKCLUSTER_PROXY_URL/api/secrets/v1/secret/project/servo/wpt-sync)
|
SECRET_RESPONSE=$(curl $TASKCLUSTER_PROXY_URL/api/secrets/v1/secret/project/servo/wpt-sync)
|
||||||
WPT_SYNC_TOKEN=`echo "${SECRET_RESPONSE}" | jq '.token'`
|
WPT_SYNC_TOKEN=`echo "${SECRET_RESPONSE}" | jq '.secret.token'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${WPT_SYNC_TOKEN}" ]]; then
|
if [[ -z "${WPT_SYNC_TOKEN}" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue