diff --git a/github/action.yml b/github/action.yml index 7b43dbaa..75717806 100644 --- a/github/action.yml +++ b/github/action.yml @@ -13,6 +13,10 @@ inputs: description: "Share the opencode session (defaults to true for public repos)" required: false + use_github_app: + description: "Use GitHub App access token for authentication (defaults to true)" + required: false + runs: using: "composite" steps: @@ -44,3 +48,4 @@ runs: env: MODEL: ${{ inputs.model }} SHARE: ${{ inputs.share }} + USE_GITHUB_APP: ${{ inputs.use_github_app }}