Skip to content

Commit

Permalink
Move env
Browse files Browse the repository at this point in the history
  • Loading branch information
taahamahdi committed Feb 10, 2024
1 parent 296a1a6 commit 8a8ed6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-ai-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
paths:
- 'i18n/en.json'

env:
GEMINI_API_KEY: ${{ env.GEMINI_API_KEY }}

jobs:
check-and-commit:
runs-on: ubuntu-latest
env:
GEMINI_API_KEY: ${{ vars.GEMINI_API_KEY }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 8a8ed6f

Please sign in to comment.