Skip to content

Commit 511b7e1

Browse files
committed
Bonk it
1 parent 49e50e1 commit 511b7e1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ env:
1616
CARGO_PROFILE_DEV_DEBUG: 0
1717

1818
jobs:
19+
bonk:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- name: Run Bonk
23+
uses: ask-bonk/ask-bonk/github@main
24+
env:
25+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
26+
CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
27+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28+
with:
29+
model: cloudflare-ai-gateway/anthropic/claude-opus-4-5
30+
1931
rustfmt:
2032
name: rustfmt
2133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)