Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.11 KB

File metadata and controls

49 lines (39 loc) · 2.11 KB
layout default
title GitHub Actions
parent Home
nav_order 4
has_children true

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.