Skip to content

Commit 241f123

Browse files
authored
add CI creds (#1148)
1 parent 674ee2c commit 241f123

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/bin/ci_credentials.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ echo "$MAILCHIMP_TEST_CREDS" > "${MAILCHIMP_SECRETS_DIR}/config.json"
5959
RECURLY_SECRETS_DIR=airbyte-integrations/connectors/source-recurly/secrets
6060
mkdir $RECURLY_SECRETS_DIR
6161
echo "$SOURCE_RECURLY_INTEGRATION_TEST_CREDS" > "${RECURLY_SECRETS_DIR}/config.json"
62+
63+
FRESHDESK_SECRETS_DIR=airbyte-integrations/connectors/source-freshdesk/secrets
64+
MKDIR $FRESHDESK_SECRETS_DIR
65+
echo "$FRESHDESK_TEST_CREDS" > "${FRESHDESK_SECRETS_DIR}/config.json"
66+
67+
TWILIO_SECRETS_DIR=airbyte-integrations/connectors/source-twilio/secrets
68+
mkdir $TWILIO_SECRETS_DIR
69+
echo "$TWILIO_TEST_CREDS" > "${TWILIO_SECRETS_DIR}/config.json"

0 commit comments

Comments
 (0)