Skip to content

Commit

Permalink
fix(minor): action env
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zhen authored Dec 31, 2024
1 parent 2bad722 commit d923ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
env:
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}
- name: Apply all pending migrations to the database
run: npx prisma migrate deploy
env:
Expand Down

0 comments on commit d923ada

Please sign in to comment.