File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ export AWS_SECRET_ACCESS_KEY="$(echo "${data}" | jq -r '.Credentials.SecretAcces
1010export AWS_SESSION_TOKEN=" $( echo " ${data} " | jq -r ' .Credentials.SessionToken' ) "
1111export AWS_SECURITY_TOKEN=" $( echo " ${data} " | jq -r ' .Credentials.SessionToken' ) "
1212export GITHUB_OAUTH_TOKEN=" $( cat /etc/github/oauth) "
13+ export DOCUSIGN_INTEGRATOR_KEY=" $( cat ./DOCUSIGN_INTEGRATOR_KEY.secret) "
14+ export DOCUSIGN_USER_ID=" $( cat ./DOCUSIGN_USER_ID.secret) "
15+ export DOCUSIGN_AUTH_SERVER=" $( cat ./DOCUSIGN_AUTH_SERVER.secret) "
16+ export DOCUSIGN_ROOT_URL=" $( cat ./DOCUSIGN_ROOT_URL.secret) "
17+ export DOCUSIGN_ACCOUNT_ID=" $( cat ./DOCUSIGN_ACCOUNT_ID.secret) "
1318
1419export AWS_SDK_LOAD_CONFIG=true
1520export AWS_PROFILE=' lfproduct-dev'
Original file line number Diff line number Diff line change @@ -20,3 +20,8 @@ unset AWS_ROLE_ARN
2020unset AWS_TOKEN_SERIAL
2121unset AWS_SDK_LOAD_CONFIG
2222unset GITHUB_OAUTH_TOKEN
23+ unset DOCUSIGN_INTEGRATOR_KEY
24+ unset DOCUSIGN_USER_ID
25+ unset DOCUSIGN_AUTH_SERVER
26+ unset DOCUSIGN_ROOT_URL
27+ unset DOCUSIGN_ACCOUNT_ID
You can’t perform that action at this time.
0 commit comments