Browse Source

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

Dax Raad 3 weeks ago
parent
commit
9259d2bf52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/actions/setup-git-committer/action.yml

+ 1 - 0
.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: |