Skip to content

Commit c97fce1

Browse files
drernieclaude
andcommitted
Scope export to NPR_API_KEY and WRITE_BUCKET
Address PR review: bare 'export' exports every Make variable to subprocesses; only the credentials sourced from .env need to propagate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c988438 commit c97fce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sinclude .env # create from example.env
2-
export
2+
export NPR_API_KEY WRITE_BUCKET
33
PROJECT ?= nf-quilt
44
WRITE_BUCKET ?= write-bucket-not-set
55
FRAGMENT ?= &path=.

0 commit comments

Comments
 (0)