Skip to content

Adds Docker in Docker to containers FAQ #6

Adds Docker in Docker to containers FAQ

Adds Docker in Docker to containers FAQ #6

Workflow file for this run

name: Bonk
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
bonk:
if: github.event.sender.type != 'Bot'
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run Bonk
uses: ask-bonk/ask-bonk/github@main
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_NAME }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
model: "cloudflare-ai-gateway/anthropic/claude-opus-4-6"
agent: docs # use our Docs agent by default in this repo
mentions: "/bonk,@ask-bonk"
permissions: CODEOWNERS