mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 10:10:30 +00:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
---
|
|
title: "Travis CI"
|
|
description: "How to sync secrets from Infisical to Travis CI"
|
|
---
|
|
|
|
Prerequisites:
|
|
|
|
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
|
|
|
|
<Steps>
|
|
<Step title="Authorize Infisical for Travis CI">
|
|
Obtain your API token in User Settings > API authentication > Token
|
|
|
|

|
|
|
|
Navigate to your project's integrations tab in Infisical.
|
|
|
|

|
|
|
|
Press on the Travis CI tile and input your Travis CI API token to grant Infisical access to your Travis CI account.
|
|
|
|

|
|
|
|
</Step>
|
|
<Step title="Start integration">
|
|
Select which Infisical environment secrets you want to sync to which Travis CI repository and press create integration to start syncing secrets to Travis CI.
|
|
|
|

|
|

|
|
</Step>
|
|
</Steps> |