Skip to content

Commit 98dfa8c

Browse files
authored
test: update permissions on remove_label jobs (GoogleCloudPlatform#3374)
1 parent 67438d7 commit 98dfa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ on:
2020
jobs:
2121
remove_label:
2222
permissions:
23-
contents: 'read'
2423
id-token: 'write'
24+
pull-requests: 'write'
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:

0 commit comments

Comments
 (0)