Skip to content

Commit 9259d2b

Browse files
committed
fix(github): add owner parameter to app token for org-wide repo access
1 parent e94ae55 commit 9259d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-git-committer/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ runs:
2323
with:
2424
app-id: ${{ inputs.opencode-app-id }}
2525
private-key: ${{ inputs.opencode-app-secret }}
26+
owner: ${{ github.repository_owner }}
2627

2728
- name: Configure git user
2829
run: |

0 commit comments

Comments
 (0)