Skip to content

Commit 82373b3

Browse files
authored
Give check-version job pull request write permissions (#8743)
* Add pull_request write permissions * fix typo
1 parent 28eaaf4 commit 82373b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-vertexai-responses.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# Allow GITHUB_TOKEN to have write permissions
2323
permissions:
2424
contents: write
25+
pull-requests: write
2526
steps:
2627
- uses: actions/checkout@v4
2728
- name: Clone mock responses

0 commit comments

Comments
 (0)