Skip to content

Commit

Permalink
chore: include env variable for modal and update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao committed Nov 2, 2024
1 parent 5af1fc1 commit 2132e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
envkey_RUNTIME_ENV: "production"
envkey_STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
envkey_STRIPE_ENDPOINT_SECRET: ${{ secrets.STRIPE_ENDPOINT_SECRET }}
envkey_ENV_IGBO_TO_ENGLISH_URL: ${{ secrets.ENV_IGBO_TO_ENGLISH_URL }}
directory: functions
- name: Build Production Project
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igbo-api",
"version": "1.63.6",
"version": "1.63.7",
"description": "Igbo Dictionary API contains Igbo words, definitions, and examples",
"author": "Ijemma Onwuzulike",
"main": "server.js",
Expand Down

0 comments on commit 2132e69

Please sign in to comment.