We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dad8aef + ae83d3d commit c5312b4Copy full SHA for c5312b4
1 file changed
.github/workflows/regression-tests.yml
@@ -13,6 +13,11 @@ on:
13
jobs:
14
regression-tests:
15
if: ${{ inputs.ENVIRONMENT != 'prod' }}
16
+ permissions:
17
+ id-token: write
18
+ contents: read
19
+ issues: write
20
+ pull-requests: write
21
uses: NHSDigital/eligibility-signposting-api-regression-tests/.github/workflows/regression_tests.yml@main
22
with:
23
environment: ${{ inputs.ENVIRONMENT }}
0 commit comments