Skip to content

Commit 9293eec

Browse files
authored
Add write permisison to VertexAI Response Checking task (#6869)
The task began failing recently likely due to changes in global permissions, this updates the workflow to explicitly have write permissions to make comments.
1 parent 4797eea commit 9293eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: pull_request
55
jobs:
66
check-version:
77
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
810
steps:
911
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1012
- name: Clone mock responses

0 commit comments

Comments
 (0)