Skip to content

Commit

Permalink
chore: github action env 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed Mar 11, 2024
1 parent a2fbef2 commit cfaa1e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ jobs:
- name: test app
run: poetry run python -m pytest tests -c pytest.ini
working-directory: ${{env.working-directory}}
env:
IGDB_CLIENT_ID: ${{ secrets.IGDB_CLIENT_ID }}
IGDB_CLIENT_SECRET: ${{ secrets.IGDB_CLIENT_SECRET }}

0 comments on commit cfaa1e0

Please sign in to comment.