Skip to content

Commit d923ada

Browse files
authored
fix(minor): action env
1 parent 2bad722 commit d923ada

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/on-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
cache: pnpm
2525
- name: Install dependencies
2626
run: pnpm install
27+
env:
28+
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
29+
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
30+
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
31+
S3_BUCKET: ${{ secrets.S3_BUCKET }}
2732
- name: Apply all pending migrations to the database
2833
run: npx prisma migrate deploy
2934
env:

0 commit comments

Comments
 (0)