Skip to content

Commit d982d9f

Browse files
committed
explicit permissions
1 parent f4bcfdc commit d982d9f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ permissions: {}
77
jobs:
88
dependabot-auto-approve-and-merge:
99
needs: quality_checks
10-
uses: >-
11-
NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
11+
permissions:
12+
contents: write
13+
pull-requests: write
1214
secrets:
1315
AUTOMERGE_APP_ID: '${{ secrets.AUTOMERGE_APP_ID }}'
1416
AUTOMERGE_PEM: '${{ secrets.AUTOMERGE_PEM }}'

0 commit comments

Comments
 (0)