Skip to content

Commit b6c0185

Browse files
caoxing9claude
andcommitted
ci(zapier): commit .zapierapprc so CI can push to the linked app
`zapier push` failed in CI with "project hasn't been associated with an existing integration" because .zapierapprc was git-ignored. It holds the app id/key (identifiers, not secrets), so commit it. Clarify in .gitignore that the deploy key lives only in ~/.zapierrc / the CI secret. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7d1e80e commit b6c0185

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ node_modules/
99
.env.*
1010
!.env.example
1111

12-
# Zapier CLI deploy config (contains a deploy key)
13-
.zapierapprc
12+
# NOTE: .zapierapprc holds the app id/key (identifiers, NOT a secret) and is
13+
# committed so CI can `zapier push`. The deploy key lives in ~/.zapierrc / the
14+
# ZAPIER_DEPLOY_KEY CI secret — never in the repo.
1415

1516
# Build output
1617
build/

packages/zapier/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules/
22
.env
3-
.zapierapprc
43
dist/
54
build/
65
*.zip

packages/zapier/.zapierapprc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"id": 243182,
3+
"key": "App243182"
4+
}

0 commit comments

Comments
 (0)