Skip to content

Commit

Permalink
ci: revert unsplash api key in workflows' build process
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Feb 7, 2025
1 parent 17ed085 commit b09b1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build project
run: bun --bun run build
env:
UNSPLASH_API_ACCESS_KEY: ${{ secrets.UNSPLASH_API_ACCESS_KEY }}
TURNSTILE_SITE_KEY: ${{ secrets.TURNSTILE_SITE_KEY }}
- name: Apply Cloudflare D1 migrations
run: bunx wrangler d1 migrations apply younagi_dev_db --remote
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build project
run: bun --bun run build
env:
UNSPLASH_API_ACCESS_KEY: ${{ secrets.UNSPLASH_API_ACCESS_KEY }}
TURNSTILE_SITE_KEY: ${{ secrets.TURNSTILE_SITE_KEY }}
- name: Apply Cloudflare D1 migrations
run: bunx wrangler d1 migrations apply younagi_dev_db --remote
Expand Down

0 comments on commit b09b1ee

Please sign in to comment.