Skip to content

Commit ebca457

Browse files
committed
chore: github workflow
1 parent b191a6e commit ebca457

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Build
2727
run: make build
28+
env:
29+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
2830

2931
- name: Generate assets
3032
run: make static-assets

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Build
2929
run: make build
30+
env:
31+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3032

3133
- name: Generate assets
3234
run: make static-assets

0 commit comments

Comments
 (0)