This action abstracts claiming and unclaiming shepherd leases.
.github/workflows/test.yml provides a good starting point.
- Open with VisualStudion Code
- Check if Dev Containers extension is installed.
- Create .secrets file with real API token.
- Open project inside the dev container.
- Run
make run
to start.
- To upload variables and secrets to the default remote repo for the current branch. PROCEED WITH CARE use
make repo-context-setup
. This will overwrite remote vaules with local from .env and .secrets
- Parameter validation happens inside shell script, inputs in [./action.yml] are maximum permissive.