Commit 39ce2e2
change: stop autobuilding Actors on circ_le account (#97)
## Summary
This PR removes the functionality that automatically discovers and
builds actors from the `circ_le` Apify account during the build process.
## Key Changes
- Removed the `findCircleApifyManaged()` function that queried the
`circ_le` account for actors matching naming patterns
- Removed the conditional logic in `runBuilds()` that called
`findCircleApifyManaged()` when `isLatest` was true
- Removed the unused import of `getEnvVar` utility function
- Simplified the build loop to only process actors from the provided
`actorConfigs` parameter
## Implementation Details
The removed `findCircleApifyManaged()` function previously:
- Connected to the `circ_le` Apify account using a hardcoded token
- Matched actors by name pattern (removing `apify-managed---` prefix)
- Included a special case hack for the `google-search-scraper` actor
- Logged detailed information about discovered and matched actors
This change simplifies the build process by removing the special
handling for externally-managed actors, making the build configuration
more explicit and maintainable.
https://claude.ai/code/session_018xNhRQfGxV6yoivYhVjvbK
Co-authored-by: Claude <noreply@anthropic.com>1 parent aff64c5 commit 39ce2e2
1 file changed
Lines changed: 1 addition & 56 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
246 | | - | |
247 | | - | |
248 | | - | |
| 245 | + | |
249 | 246 | | |
250 | 247 | | |
251 | 248 | | |
| |||
301 | 298 | | |
302 | 299 | | |
303 | 300 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
0 commit comments