We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8661b68 commit c26e301Copy full SHA for c26e301
.github/workflows/ab-testing-ci.yml
@@ -23,8 +23,8 @@ jobs:
23
run:
24
working-directory: ab-testing
25
env:
26
- FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_AB_TESTING_CONFIG }}
27
- FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
+ FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_PROD_AB_TESTING_CONFIG }}
+ FASTLY_API_TOKEN: ${{ secrets.FASTLY_PROD_API_TOKEN }}
28
29
steps:
30
- uses: actions/checkout@v5
0 commit comments