mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(github): add owner parameter to app token for org-wide repo access
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user