| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| layout | default |
|---|---|
| title | GitHub Actions |
| parent | Home |
| nav_order | 4 |
| has_children | true |
This repository provides reusable composite actions for NHS Notify projects.
Reference actions in your workflow files:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@v1.0.0
- uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@v1.0.0Replace v1.0.0 with the latest release tag.
| Back | FazBrowse Home | New Git URL |