circle9r/Prepare test
Performs some preparation to run tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 12, 2026
- License
- MIT
Pinned Snippet
uses: circle9r/public-cicd-setup@3a28ced910b45e9f85f7aa87d0bb7cca5f0b3e18 # v2.81tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ADMIN_PAT | Personal Access Token for admin operations | yes | — |
| AWS_ACCESS_KEY_ID | AWS Access Key ID | no | — |
| AWS_SECRET_ACCESS_KEY | AWS Secret Access Key | no | — |
| AWS_REGISTRY | AWS ECR Registry | no | — |
| AWS_REGION | AWS region | no | us-east-1 |
| VERSION_TAG | Git repository version tag to checkout | no | — |
| REPOSITORY | Git repository to checkout | no | — |
| REPO_DEPTH | Git repository depth to fetch | no | 1 |
| NODE_VERSION | Node.js version to setup | no | 24.11 |
| DISABLE_NPM_CACHE | Disable npm cache | no | false |
| BUF_TOKEN | Token for Buf registry | no | "" |
| SHEETJS_TOKEN | Token for SheetJS registry | no | "" |
| NODE_PACKAGE_MANAGER | Node package manager to use (npm, yarn, or pnpm) | no | npm |
| USE_BLACKSMITH | Use the blacksmith setup actions | no | false |
| FILTER | Git checkout filter | no | "" |
Outputs
no outputs