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 b191a6e commit ebca457Copy full SHA for ebca457
.github/workflows/pr.yml
@@ -25,6 +25,8 @@ jobs:
25
26
- name: Build
27
run: make build
28
+ env:
29
+ PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
30
31
- name: Generate assets
32
run: make static-assets
.github/workflows/publish.yml
@@ -27,6 +27,8 @@ jobs:
33
34
0 commit comments