Skip to content

Commit e6507f2

Browse files
ci(trigger): source TRIGGER_PROJECT_ID from repo secret
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015orsjbLX34FPFGujSK3AQK
1 parent 5fc0086 commit e6507f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
working-directory: ./apps/sim
166166
env:
167167
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
168-
TRIGGER_PROJECT_ID: proj_kufttkwzywcydwtccqhx
168+
TRIGGER_PROJECT_ID: ${{ secrets.TRIGGER_PROJECT_ID }}
169169
run: bunx trigger.dev@4.4.3 deploy --env preview --branch dev-sim
170170

171171
# Main/staging: build AMD64 images and push to ECR + GHCR

0 commit comments

Comments
 (0)