Skip to content

Commit 4345bed

Browse files
committed
explicit permissions
1 parent 30b5166 commit 4345bed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
secrets:
3232
SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
3333
pr_title_format_check:
34-
uses: >-
35-
NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
34+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
35+
permissions:
36+
pull-requests: write
3637
get_issue_number:
3738
runs-on: ubuntu-22.04
3839
needs: quality_checks

0 commit comments

Comments
 (0)