mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add CircleCI docs
This commit is contained in:
BIN
docs/images/integrations-circleci-auth.png
Normal file
BIN
docs/images/integrations-circleci-auth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
BIN
docs/images/integrations-circleci-create.png
Normal file
BIN
docs/images/integrations-circleci-create.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
BIN
docs/images/integrations-circleci-token.png
Normal file
BIN
docs/images/integrations-circleci-token.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
BIN
docs/images/integrations-circleci.png
Normal file
BIN
docs/images/integrations-circleci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 339 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 385 KiB |
@@ -13,14 +13,13 @@ Prerequisites:
|
||||
|
||||
## Authorize Infisical for CircleCI
|
||||
|
||||
Obtain a Fly.io access token in Access Tokens
|
||||
Obtain an API token in User Settings > Personal API Tokens
|
||||
|
||||

|
||||

|
||||

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

|
||||

|
||||
|
||||
<Info>
|
||||
If this is your project's first cloud integration, then you'll have to grant
|
||||
@@ -31,7 +30,7 @@ Press on the Fly.io tile and input your Fly.io access token to grant Infisical a
|
||||
|
||||
## Start integration
|
||||
|
||||
Select which Infisical environment secrets you want to sync to which Fly.io app and press create integration to start syncing secrets to Fly.io.
|
||||
Select which Infisical environment secrets you want to sync to which CircleCI project and press create integration to start syncing secrets to CircleCI.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@@ -49,7 +49,7 @@ export default function CircleCICreateIntegrationPage() {
|
||||
<Card className="max-w-md p-8 rounded-md">
|
||||
<CardTitle className='text-center'>CircleCI Integration</CardTitle>
|
||||
<FormControl
|
||||
label="CircleCI API Key"
|
||||
label="CircleCI API Token"
|
||||
errorText={apiKeyErrorText}
|
||||
isError={apiKeyErrorText !== '' ?? false}
|
||||
>
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function CircleCICreateIntegrationPage() {
|
||||
</Select>
|
||||
</FormControl>
|
||||
<FormControl
|
||||
label="CircleCI Service"
|
||||
label="CircleCI Project"
|
||||
className='mt-4'
|
||||
>
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user