diff options
| author | Dax Raad <[email protected]> | 2026-01-30 15:22:02 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 15:22:02 -0500 |
| commit | 9259d2bf5266bbacd336c864702569431baa050f (patch) | |
| tree | 0abc11bc5cbf966b6783ed7e2bfeb12f8d5bc538 | |
| parent | e94ae550eaf2fba276c86efe51f9cc8cc634889f (diff) | |
| download | opencode-9259d2bf5266bbacd336c864702569431baa050f.tar.gz opencode-9259d2bf5266bbacd336c864702569431baa050f.zip | |
fix(github): add owner parameter to app token for org-wide repo access
| -rw-r--r-- | .github/actions/setup-git-committer/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/setup-git-committer/action.yml b/.github/actions/setup-git-committer/action.yml index e5a572065..87d2f5d0d 100644 --- a/.github/actions/setup-git-committer/action.yml +++ b/.github/actions/setup-git-committer/action.yml @@ -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: | |
