From f89783cf188e241aa0daf83864c630984b5f0d45 Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:57:03 +0000 Subject: [PATCH 1/2] Update AI review workflow to v1.0.10 --- .github/workflows/ai-review.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 4eb85eb..6046f37 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -11,14 +11,14 @@ permissions: jobs: ai-review: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.10 with: config-profile: "backend" enable-security-review: true enable-quality-review: true enable-documentation-review: true secrets: - CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - APP_ID: ${{ secrets.APP_ID }} - PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - ALLOWED_USER_LIST: ${{ secrets.ALLOWED_USER_LIST }} \ No newline at end of file + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }} + APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }} + PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }} + ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }} \ No newline at end of file From 5eb4d52c9b160ff25829625065b257ec0c763d3d Mon Sep 17 00:00:00 2001 From: "efp-dev-ops[bot]" <221236902+efp-dev-ops[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:57:03 +0000 Subject: [PATCH 2/2] Update AI on-demand workflow to v1.0.10 --- .github/workflows/ai-on-demand.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ai-on-demand.yml b/.github/workflows/ai-on-demand.yml index 3a6ace9..39cb457 100644 --- a/.github/workflows/ai-on-demand.yml +++ b/.github/workflows/ai-on-demand.yml @@ -17,14 +17,14 @@ permissions: jobs: ai-response: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.10 with: config-profile: "backend" bot-mention: "@efp-dev-ops" enable-auto-labeling: true enable-escalation: true secrets: - CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - APP_ID: ${{ secrets.APP_ID }} - PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - ALLOWED_USER_LIST: ${{ secrets.ALLOWED_USER_LIST }} \ No newline at end of file + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }} + APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }} + PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }} + ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }} \ No newline at end of file