We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4240 commit 2c94740Copy full SHA for 2c94740
.github/workflows/schedule_reporter.yml
@@ -20,6 +20,10 @@ on:
20
21
jobs:
22
run_reporter:
23
- uses: googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@main
+ permissions:
24
+ issues: 'write'
25
+ checks: 'read'
26
+ contents: 'read'
27
+ uses: googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@074f9932a8099256ff210771473badbd2156713b
28
with:
29
trigger_names: "pg-integration-test-nightly,pg-continuous-test-on-merge"
0 commit comments