Note: the scan workflow fails as the secret is delibrately kept on the workflow
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
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.
uses: amanmagar/[email protected]
with:
command: scan --verboase
You can take the reference from this workflow