Skip to content

Commit f9c1a97

Browse files
Update workflow with environmental variables
1 parent 0dd7be6 commit f9c1a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
env:
13-
OPEN_API_KEY: ${{ secrets.OPEN_API_KEY }}
13+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)