Skip to content

Commit 6282885

Browse files
authored
ARN-2494 Fix main pipeline (#757)
1 parent c4e5706 commit 6282885

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/e2e_test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
required: true
1212
type: string
1313

14+
permissions:
15+
actions: write
16+
1417
jobs:
1518
get-timings:
1619
uses: ministryofjustice/hmpps-assess-risks-and-needs-github-actions/.github/workflows/cypress_get_timings.yml@v1

.github/workflows/pipeline_main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: read
1010
packages: write
11+
actions: write
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref }}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# hmpps-strengths-based-needs-assessments-ui
22
![Main Pipeline](https://github.com/ministryofjustice/hmpps-strengths-based-needs-assessments-ui/actions/workflows/pipeline_main.yml/badge.svg?branch=main)
33
[![repo standards badge](https://img.shields.io/badge/dynamic/json?color=blue&style=flat&logo=github&label=MoJ%20Compliant&query=%24.message&url=https%3A%2F%2Foperations-engineering-reports.cloud-platform.service.justice.gov.uk%2Fapi%2Fv2%2Fcompliant-repository%2Fhmpps-strengths-based-needs-assessments-ui)](https://operations-engineering-reports.cloud-platform.service.justice.gov.uk/public-report/hmpps-strengths-based-needs-assessments-ui "Link to report")
4-
[![Docker Repository](https://quay.io/repository/hmpps/hmpps-strengths-based-needs-assessments-ui/status "Docker Repository")](https://github.com/ministryofjustice/hmpps-strengths-based-needs-assessments-ui/pkgs/container/hmpps-strengths-based-needs-assessments-ui)
54

65
UI for the Strengths and Needs assessment service.
76

0 commit comments

Comments
 (0)