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 6150c12 commit e0176caCopy full SHA for e0176ca
.github/workflows/ab-testing-deploy.yml
@@ -33,3 +33,6 @@ jobs:
33
34
- name: Deploy
35
run: deno run deploy
36
+ env:
37
+ FASTLY_AB_TESTING_CONFIG: ${{ secrets.FASTLY_AB_TESTING_CONFIG }}
38
+ FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
0 commit comments