Skip to content

Commit a840687

Browse files
committed
Bonk it
1 parent a5a741a commit a840687

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ env:
1919
CARGO_PROFILE_DEV_DEBUG: 0
2020

2121
jobs:
22+
bonk:
23+
- name: Run Bonk
24+
uses: ask-bonk/ask-bonk/github@main
25+
env:
26+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
27+
CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
28+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
29+
with:
30+
model: cloudflare-ai-gateway/anthropic/claude-opus-4-5
31+
2232
rustfmt:
2333
name: rustfmt
2434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)