Skip to content

Commit 08b8d03

Browse files
committed
eja - adding permissions for the called workflow to inherit
1 parent 4dd1f94 commit 08b8d03

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/regression-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
jobs:
1414
regression-tests:
1515
if: ${{ inputs.ENVIRONMENT != 'prod' }}
16+
permissions:
17+
id-token: write
18+
issues: write
19+
pull-requests: write
1620
uses: NHSDigital/eligibility-signposting-api-regression-tests/.github/workflows/regression_tests.yml@main
1721
with:
1822
environment: ${{ inputs.ENVIRONMENT }}

0 commit comments

Comments
 (0)