Skip to content

Commit 8622b61

Browse files
chore: add env secrets for test
1 parent 71ac8fd commit 8622b61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
pull_request:
1111
branches: [ "main" ]
1212

13+
env:
14+
APERTURE_SERVICE_ADDRESS: ${{ secrets.APERTURE_SERVICE_ADDRESS }}
15+
APERTURE_API_KEY: ${{ secrets.APERTURE_API_KEY }}
16+
1317
jobs:
1418
build:
1519

0 commit comments

Comments
 (0)