We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425e093 commit 17925feCopy full SHA for 17925fe
2 files changed
.changeset/snapi-enable-ai-reviewer.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/api-changes.yml
@@ -148,6 +148,8 @@ jobs:
148
--output "$GITHUB_WORKSPACE/.api-snapshots-baseline"
149
150
- name: Detect API changes
151
+ env:
152
+ SNAPI_ANTHROPIC_API_KEY: ${{ secrets.SNAPI_ANTHROPIC_API_KEY }}
153
run: |
154
pnpm dlx --package "$SNAPI_PACKAGE" snapi detect \
155
--baseline .api-snapshots-baseline \
0 commit comments