We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f7cc8 commit c5b646aCopy full SHA for c5b646a
github/action.yml
@@ -13,6 +13,10 @@ inputs:
13
description: "Share the opencode session (defaults to true for public repos)"
14
required: false
15
16
+ use_github_app:
17
+ description: "Use GitHub App access token for authentication (defaults to true)"
18
+ required: false
19
+
20
runs:
21
using: "composite"
22
steps:
@@ -44,3 +48,4 @@ runs:
44
48
env:
45
49
MODEL: ${{ inputs.model }}
46
50
SHARE: ${{ inputs.share }}
51
+ USE_GITHUB_APP: ${{ inputs.use_github_app }}
0 commit comments