fix(github): add owner parameter to app token for org-wide repo access

pull/11363/head
Dax Raad 2026-01-30 15:22:02 -05:00
parent e94ae550ea
commit 9259d2bf52
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ runs:
with: with:
app-id: ${{ inputs.opencode-app-id }} app-id: ${{ inputs.opencode-app-id }}
private-key: ${{ inputs.opencode-app-secret }} private-key: ${{ inputs.opencode-app-secret }}
owner: ${{ github.repository_owner }}
- name: Configure git user - name: Configure git user
run: | run: |