mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
fix(github): add owner parameter to app token for org-wide repo access
This commit is contained in:
parent
e94ae550ea
commit
9259d2bf52
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ runs:
|
|||
with:
|
||||
app-id: ${{ inputs.opencode-app-id }}
|
||||
private-key: ${{ inputs.opencode-app-secret }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
|
||||
- name: Configure git user
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue