Skip to content

Commit

Permalink
Fix github action not taking HONKAI_COOKIES env
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Aug 6, 2024
1 parent 8746e52 commit 9a4244e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Run tests
env:
GENSHIN_COOKIES: ${{ secrets.GENSHIN_COOKIES }}
HONKAI_COOKIES: ${{ secrets.HONKAI_COOKIES }}
LOCAL_GENSHIN_COOKIES: ${{ matrix.python-version == '3.10' && secrets.LOCAL_GENSHIN_COOKIES || '' }}

run: |
Expand Down

0 comments on commit 9a4244e

Please sign in to comment.