Skip to content

Commit c5b646a

Browse files
author
Frank
committed
sync
1 parent 27f7cc8 commit c5b646a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ inputs:
1313
description: "Share the opencode session (defaults to true for public repos)"
1414
required: false
1515

16+
use_github_app:
17+
description: "Use GitHub App access token for authentication (defaults to true)"
18+
required: false
19+
1620
runs:
1721
using: "composite"
1822
steps:
@@ -44,3 +48,4 @@ runs:
4448
env:
4549
MODEL: ${{ inputs.model }}
4650
SHARE: ${{ inputs.share }}
51+
USE_GITHUB_APP: ${{ inputs.use_github_app }}

0 commit comments

Comments
 (0)