Skip to content

Commit 18c6b47

Browse files
committed
Create .env.dev file in Github Actions
1 parent 31715d5 commit 18c6b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Set up .env
2222
run: |
2323
cp .env.sample .env
24-
echo "PLANTY_AUTH_SECRET=TEST_SECRET" >> .env
24+
cp .env.dev.sample .env.dev
25+
echo "PLANTY_AUTH_SECRET=TEST_SECRET" >> .env.dev
2526
#----------------------------------------------
2627
# ----- install uv -----
2728
#----------------------------------------------

0 commit comments

Comments
 (0)