Skip to content

Commit d2f20ed

Browse files
authored
fix: Adds permissions line to approve-merge (was missing). (#229)
1 parent 6a04fac commit d2f20ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/approve-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
jobs:
2727
approve-and-merge:
2828
runs-on: ubuntu-latest
29+
permissions:
30+
contents: write
31+
id-token: write
2932
if: github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch' # change here
3033
steps:
3134
- name: Checkout code

0 commit comments

Comments
 (0)