Skip to content

Commit

Permalink
fix(workflows/pr-review-companion): fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Feb 28, 2025
1 parent c2c0b6e commit 689ee2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ on:
types:
- completed

workflow_call:
secrets:
GCP_PROJECT_NAME:
required: true
WIP_PROJECT_ID:
required: true

permissions:
# Download artifact.
actions: read
# Post comment in pull request.
pull-requests: write
# Authenticate with GCP.
id-token: write

jobs:
review:
Expand Down

0 comments on commit 689ee2a

Please # to comment.