Skip to content

amanmagar/infisical-run-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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