Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit d9b8aa6

Browse files
Update AI on-demand workflow to v1.0.14
1 parent 6aed3c2 commit d9b8aa6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ai-on-demand.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ permissions:
1717

1818
jobs:
1919
ai-response:
20-
uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.9
20+
uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.14
2121
with:
22-
config-profile: "default"
22+
config-profile: "backend"
2323
bot-mention: "@efp-dev-ops"
2424
enable-auto-labeling: true
2525
enable-escalation: true
2626
secrets:
27-
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
28-
APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
29-
PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
30-
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}
27+
DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
28+
DEV_OPS_BOT_APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
29+
DEV_OPS_BOT_PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
30+
DEV_OPS_BOT_ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}

0 commit comments

Comments
 (0)