Skip to content

Commit c26e301

Browse files
committed
fastly secrets
1 parent 8661b68 commit c26e301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run:
2424
working-directory: ab-testing
2525
env:
26-
FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_AB_TESTING_CONFIG }}
27-
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
26+
FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_PROD_AB_TESTING_CONFIG }}
27+
FASTLY_API_TOKEN: ${{ secrets.FASTLY_PROD_API_TOKEN }}
2828

2929
steps:
3030
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)