Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

DEVELOPING.md

File metadata and controls

15 lines (10 loc) · 463 Bytes

Working with GitHub workflows and actions

GitHub workflows and any actions used by them can be tested locally using act.

Once act is installed, it can be invoked from the repository root like this:

act pull_request

act can pass secrets with the command line option -s. For example, to pass a secret called KUBECEPTION_TOKEN run it like this:

act pull_request -s KUBECEPTION_TOKEN=MY_TOKEN