Skip to content

Commit a3d4111

Browse files
authored
fix(actions): on-commit changeset release
1 parent cccb990 commit a3d4111

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
@@ -69,6 +69,11 @@ jobs:
6969

7070
- name: Install Dependencies
7171
run: pnpm i
72+
env:
73+
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
74+
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
75+
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
76+
S3_BUCKET: ${{ secrets.S3_BUCKET }}
7277

7378
- name: Create Release Pull Request
7479
uses: changesets/action@v1

0 commit comments

Comments
 (0)