mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
github: add OIDC_BASE_URL for custom GitHub App installs (#5756)
This commit is contained in:
parent
6f43d03043
commit
8b298a233e
2 changed files with 14 additions and 2 deletions
|
|
@ -26,6 +26,10 @@ inputs:
|
|||
description: "Comma-separated list of trigger phrases (case-insensitive). Defaults to '/opencode,/oc'"
|
||||
required: false
|
||||
|
||||
oidc_base_url:
|
||||
description: "Base URL for OIDC token exchange API. Only required when running a custom GitHub App install. Defaults to https://api.opencode.ai"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
|
@ -62,3 +66,4 @@ runs:
|
|||
PROMPT: ${{ inputs.prompt }}
|
||||
USE_GITHUB_TOKEN: ${{ inputs.use_github_token }}
|
||||
MENTIONS: ${{ inputs.mentions }}
|
||||
OIDC_BASE_URL: ${{ inputs.oidc_base_url }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue