Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 5443bb9

Browse files
authored
Merge pull request #963 from linwumingshi/ci/pr-report-403
ci: 💚 add permissions for write comment to pr
2 parents e9fa634 + c77379f commit 5443bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-run-example-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ jobs:
344344
name: write comment to pr
345345
needs: [build, maven-plugin-build, generate-api-docs, generate-grpc-api-doc]
346346
runs-on: ubuntu-latest
347+
permissions:
348+
pull-requests: write
347349
timeout-minutes: 5
348350
steps:
349351
- name: Set status message

0 commit comments

Comments
 (0)