We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd7be6 commit 8171c91Copy full SHA for 8171c91
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
env:
13
- OPEN_API_KEY: ${{ secrets.OPEN_API_KEY }}
+ OPEN_API_KEY: ${{ secrets.GEMINI_API_KEY }}
14
15
steps:
16
- name: Checkout
0 commit comments