Skip to content

Commit

Permalink
Merge pull request #179 from gitautoai/wes
Browse files Browse the repository at this point in the history
Fix ERROR tests/services/stripe/test_stripe.py - ValueError: Environment variable GH_APP_USER_ID not set.
  • Loading branch information
hiroshinishio authored Jul 5, 2024
2 parents 5b5974f + 55e2ac6 commit 2ca7aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stage-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Run pytest
env:
GH_APP_ID: ${{ secrets.STAGE_GH_APP_ID }}
GH_APP_USER_ID: ${{ secrets.GH_APP_USER_ID }}
GH_APP_USER_NAME: ${{ secrets.GH_APP_USER_NAME }}
GH_PRIVATE_KEY: ${{ secrets.STAGE_GH_PRIVATE_KEY }}
GH_WEBHOOK_SECRET: ${{ secrets.STAGE_GH_WEBHOOK_SECRET }}

Expand Down

0 comments on commit 2ca7aee

Please sign in to comment.