---
tags: nh, opsy
---
# Opsy GHA Setup
Docs I used:
- https://docs.github.com/en/actions/guides/building-and-testing-nodejs
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
- https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions
I restricted the branches to `master` and `feat/gha` (my branch) first during PR testing.
## Env Vars
- `GITHUB_TOKEN`: Access token with `repo` scope
-