Skip to content

Commit

Permalink
fix: Add RAZORPAY_KEY and RAZORPAY_SECRET environment variables in sy…
Browse files Browse the repository at this point in the history
…nc-assets.yml
  • Loading branch information
rabilrbl committed Apr 22, 2024
1 parent e62eab9 commit 3da1d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: npm run build
env:
AUTH_SECRET: "secret" # prevent error on build
RAZORPAY_KEY: "test_key"
RAZORPAY_SECRET: "test_secret"

- name: Sync build assets
uses: patrickwyler/[email protected]
Expand Down

0 comments on commit 3da1d94

Please sign in to comment.