Skip to content

Commit e0176ca

Browse files
committed
use secrets in deploy env
1 parent 6150c12 commit e0176ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ jobs:
3333

3434
- name: Deploy
3535
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

Comments
 (0)