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

Commit dfda74e

Browse files
Update AI on-demand workflow to v1.0.11
1 parent 7f9a5d6 commit dfda74e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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.11
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:
2727
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
2828
APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
2929
PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
30-
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}
30+
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}

0 commit comments

Comments
 (0)