GitHub Actions

This repository provides reusable composite actions for NHS Notify projects.

Available Actions

Usage

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.0

Replace v1.0.0 with the latest release tag.


Table of contents