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 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