Skip to content

Commit 98afe13

Browse files
author
George Haberis
committed
change so abtest build script can access FASTLY_API_TOKEN
1 parent df8828d commit 98afe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ab-testing/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"tasks": {
33
"validate": "deno run scripts/validation/index.ts",
44
"deploy": "deno run --allow-read=dist --allow-env=FASTLY_AB_TESTING_CONFIG --allow-net=api.fastly.com:443 scripts/deploy/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json",
5-
"build": "deno run --allow-env=FASTLY_AB_TESTING_CONFIG --allow-net=api.fastly.com:443 --allow-write scripts/build/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json"
5+
"build": "deno run --allow-env=FASTLY_AB_TESTING_CONFIG,FASTLY_API_TOKEN --allow-net=api.fastly.com:443 --allow-write scripts/build/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json"
66
},
77
"imports": {
88
"@std/assert": "jsr:@std/assert@^1.0.13",

0 commit comments

Comments
 (0)