Skip to content
lock

GitHub Action

Infisical run action

v1.0.0 Latest version

Infisical run action

lock

Infisical run action

Infisical is an open source secret management very new to the market

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Infisical run action

uses: amanmagar/[email protected]

Learn more about this action in amanmagar/infisical-run-action

Choose a version

Infisical run action

Note: the scan workflow fails as the secret is delibrately kept on the workflow

infisical scan test

This action helps to run infisical on the github actions.

Infisical is an open source secret-management tool to sync secrets across infrastructures.

You can check out their project here

Inputs

command

Supported commands:

infisical scan --verbose 

Required: Specify the command to run on infisicals. Default "--version". This command is used to show the infisical version to test if the infisical is installed or not by default.

Example usage

uses: amanmagar/[email protected]
with:
  command: scan --verboase

You can take the reference from this workflow