Skip to content

Commit 37b40b6

Browse files
committed
Update ci.yml
Checking secrets key configuration in yml config file
1 parent 8a65172 commit 37b40b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v4
10+
- name: Setup environment variables
11+
env:
12+
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
1013
- name: Set up MATLAB
1114
uses: matlab-actions/setup-matlab@v2
1215
with:

0 commit comments

Comments
 (0)