Skip to content

Commit

Permalink
Add jwt secret to env. variables
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Jun 13, 2024
1 parent fe3bf5e commit 9a7df95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
GOOGLE_CREDENTIAL: ${{ secrets.GOOGLE_CREDENTIAL }}
SEASON_PASS_JWT_SECRET: ${{ secrets.SEASON_PASS_JWT_SECRET }}
HEADLESS_GQL_JWT_SECRET: ${{ secrets.HEADLESS_GQL_JWT_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

build_frontend:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: true
SEASON_PASS_JWT_SECRET:
required: true
HEADLESS_GQL_JWT_SECSET:
required: true
SLACK_WEBHOOK_URL:
required: true

Expand Down Expand Up @@ -87,6 +89,7 @@ jobs:
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
APPLE_BUNDLE_ID: ${{ vars.APPLE_BUNDLE_ID }}
SEASON_PASS_JWT_SECRET: ${{ secrets.SEASON_PASS_JWT_SECRET }}
HEADLESS_GQL_JWT_SECRET: ${{ secrets.HEADLESS_GQL_JWT_SECRET }}
run: |
poetry run pytest tests
Expand Down

0 comments on commit 9a7df95

Please sign in to comment.