We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674ee2c commit 241f123Copy full SHA for 241f123
tools/bin/ci_credentials.sh
@@ -59,3 +59,11 @@ echo "$MAILCHIMP_TEST_CREDS" > "${MAILCHIMP_SECRETS_DIR}/config.json"
59
RECURLY_SECRETS_DIR=airbyte-integrations/connectors/source-recurly/secrets
60
mkdir $RECURLY_SECRETS_DIR
61
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