Skip to content

Commit 17ca4e9

Browse files
committed
Bonk it
1 parent 49e50e1 commit 17ca4e9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)