Skip to content

Commit

Permalink
Fix token again
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Oct 14, 2019
1 parent b1a739e commit 79f66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/ci_setup/load_env_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
KIBANA_CI_REPORTER_KEY=$(retry 5 vault read -field=value secret/kibana-issues/dev/kibanamachine-reporter)
export KIBANA_CI_REPORTER_KEY

PERCY_TOKEN=$(retry 5 vault read -field=token secret/kibana-issues/dev/percy-dev)
PERCY_TOKEN=$(retry 5 vault read -field=value secret/kibana-issues/dev/percy-dev)
export PERCY_TOKEN

# remove vault related secrets
Expand Down

0 comments on commit 79f66f1

Please sign in to comment.