Skip to content

Commit 17925fe

Browse files
authored
ci(repo): enable snapi AI reviewer (#8674)
1 parent 425e093 commit 17925fe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/api-changes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
--output "$GITHUB_WORKSPACE/.api-snapshots-baseline"
149149
150150
- name: Detect API changes
151+
env:
152+
SNAPI_ANTHROPIC_API_KEY: ${{ secrets.SNAPI_ANTHROPIC_API_KEY }}
151153
run: |
152154
pnpm dlx --package "$SNAPI_PACKAGE" snapi detect \
153155
--baseline .api-snapshots-baseline \

0 commit comments

Comments
 (0)