Skip to content

Commit eba856e

Browse files
committed
Add secrets back.
1 parent a41883b commit eba856e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/src/events/scrapeEvents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ abstract class EventScraper<ListItem, Event extends BaseEvent> {
3434
get function() {
3535
return runWith({
3636
timeoutSeconds: this.timeout,
37+
secrets: ["ASSEMBLY_API_KEY"],
3738
memory: "2GB"
3839
})
3940
.pubsub.schedule(this.schedule)

0 commit comments

Comments
 (0)