Skip to content

Commit 7260209

Browse files
authored
chore: Update GHA workflow permissions for Cloud Build Reporter (#92)
Similar to googleapis/genai-toolbox-llamaindex-python#32
1 parent 0b3233e commit 7260209

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/schedule_reporter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020

2121
jobs:
2222
run_reporter:
23+
permissions:
24+
issues: 'write'
25+
checks: 'read'
26+
contents: 'read'
2327
uses: ./.github/workflows/cloud_build_failure_reporter.yml
2428
with:
25-
trigger_names: "langchain-python-sdk-test-nightly,langchain-python-sdk-test-on-merge"
29+
trigger_names: "langchain-python-sdk-test-nightly,langchain-python-sdk-test-on-merge"

0 commit comments

Comments
 (0)