Skip to content

Commit 4ae2d6c

Browse files
committed
update: configure Junie workflow with model and server settings, adjust Shopee announcement script path
1 parent 9fee83b commit 4ae2d6c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

File renamed without changes.

.github/workflows/junie.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
uses: JetBrains/junie-github-action@v0
3434
with:
3535
junie_api_key: ${{ secrets.JUNIE_API_KEY }}
36+
allowed_mcp_servers: "shopee,mcp_github_checks_server,mcp_github_inline_comment_server"
37+
model: "gpt-codex"

.github/workflows/shopee-announcements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # use PERSONAL_ACCESS_TOKEN for automated triggering next workflow
3535
REPOSITORY_NAME: ${{ github.repository }}
36-
run: php bin/shopee-openapi-announcement
36+
run: php .github/scripts/shopee-openapi-announcement

0 commit comments

Comments
 (0)