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

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

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

|
|
|
|
</Step>
|
|
<Step title="Start integration">
|
|
Select which Infisical environment secrets you want to sync to which CircleCI project or context.
|
|
<Tabs>
|
|
<Tab title="Project">
|
|

|
|
</Tab>
|
|
<Tab title="Context">
|
|

|
|
</Tab>
|
|
</Tabs>
|
|
|
|
Finally, press create integration to start syncing secrets to CircleCI.
|
|

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