Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/export_cloud_build_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ name: Export Cloud Build Failure Logs
permissions:
contents: read
checks: read
issues: write
pull-requests: write

on:
check_suite:
Expand Down Expand Up @@ -150,6 +148,9 @@ jobs:
post-pr-comment:
needs: [detect-build-failure, process-failed-builds]
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: always()
steps:
- name: Compose and post PR comment with artifact links
Expand Down
Loading