Skip to content

Commit 1073939

Browse files
committed
add AI vars to liara.yaml
1 parent 25916c3 commit 1073939

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/liara.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
9+
env:
10+
MY_BASE_URL: ${{ secrets.MY_BASE_URL }}
11+
MY_API_KEY: ${{ secrets.MY_API_KEY }}
912

1013
steps:
1114
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)