Skip to content

Commit

Permalink
Give check-version job pull request write permissions (#8743)
Browse files Browse the repository at this point in the history
* Add pull_request write permissions

* fix typo
  • Loading branch information
dlarocque authored Jan 30, 2025
1 parent 28eaaf4 commit 82373b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-vertexai-responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# Allow GITHUB_TOKEN to have write permissions
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Clone mock responses
Expand Down

0 comments on commit 82373b3

Please sign in to comment.