Skip to content

Commit

Permalink
pass env var from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed May 16, 2024
1 parent 296cf63 commit f412a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Build step
env:
DENO_FUTURE: 1
ORAMA_CLOUD_INDEX_ID: ${{ env.ORAMA_CLOUD_INDEX_ID }}
ORAMA_CLOUD_API_KEY: ${{ secrets.ORAMA_CLOUD_API_KEY }}
run: npm install && deno task build

- name: Upload to Deno Deploy
Expand Down

0 comments on commit f412a26

Please sign in to comment.