Skip to content

Commit daf44fe

Browse files
committed
remove requirement for secrets in validation step
1 parent 78d7ed1 commit daf44fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ab-testing-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ permissions:
55

66
on:
77
workflow_call:
8-
secrets:
9-
FASTLY_AB_TESTING_CONFIG:
10-
required: true
11-
FASTLY_API_TOKEN:
12-
required: true
8+
# secrets:
9+
# FASTLY_AB_TESTING_CONFIG:
10+
# required: true
11+
# FASTLY_API_TOKEN:
12+
# required: true
1313

1414
jobs:
1515
checks:

0 commit comments

Comments
 (0)