flarco/Infisical Loader
Load your Infisical Secrets into your Github Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The CLI version to use (e.g. 0.28.1). Check https://github.com/Infisical/infisical/tags | yes | — |
| client_id | The client-id value, typically secrets.INFISICAL_CLIENT_ID | yes | — |
| client_secret | The client-secret value, typically secrets.INFISICAL_CLIENT_SECRET | yes | — |
| project_id | The project-id or workspace-id value. If not set, will use workspaceId in .infisical.json | no | — |
| env | The environment to use. If not set, will use .infisical.json | no | — |
| path | The secrets path value | no | — |
| dotenv | Create a .env file in the root folder. Accepts `true` or `false` | no | — |
| dotenv_sh | Create a .env.sh file in the root folder. Accepts `true` or `false` | no | — |
| use_system_python | Don't install python (use the system's python) | no | false |
Outputs
no outputs