Skip to content

Commit 8171c91

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

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+
OPEN_API_KEY: ${{ secrets.GEMINI_API_KEY }}
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)