Skip to content

Commit c8d07fe

Browse files
committed
fix: env config
1 parent 36c5d40 commit c8d07fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
pnpm run pkg
3838
3939
- name: Create Env File
40-
run: echo "hello there, no envs yet"
40+
run: |
41+
echo "PORT=${{ secrets.PORT }}" >> .env
42+
echo "KUBO_VERSION=${{ secrets.KUBO_VERSION }}" >> .env
43+
4144
4245
4346
- name: Extract version from package.json

0 commit comments

Comments
 (0)