We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4111 commit f8cdcf3Copy full SHA for f8cdcf3
.github/workflows/on-release.yml
@@ -32,6 +32,11 @@ jobs:
32
cache: pnpm
33
- name: Install dependencies
34
run: pnpm install
35
+ env:
36
+ S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
37
+ S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
38
+ S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
39
+ S3_BUCKET: ${{ secrets.S3_BUCKET }}
40
- name: Apply all pending migrations to the database
41
run: npx prisma migrate deploy
42
env:
0 commit comments