Skip to content

Commit

Permalink
⚡ Fix ci environment settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 8, 2024
1 parent 10231d2 commit 8c24252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
automerge:
runs-on: ubuntu-latest
env:
GEMINI_API_KEY: "${{ secrets.GEMINI_API_KEY }}"

steps:
- name: Setup repo
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/udd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
update:
permissions: write-all
runs-on: ubuntu-latest
env:
GEMINI_API_KEY: "${{ secrets.GEMINI_API_KEY }}"

steps:
- name: Generate app token
Expand Down

0 comments on commit 8c24252

Please sign in to comment.