Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.06 KB

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