Skip to content

Commit 5a00322

Browse files
committed
ci: remove create env action
1 parent df3f4df commit 5a00322

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.github/workflows/test.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ jobs:
3434
- name: Building Project
3535
run: pnpm build
3636

37-
- name: Setting Up Environment File
38-
uses: SpicyPizza/[email protected]
39-
with:
40-
envkey_BASE_PATH: /api
41-
envkey_CLUSTERING: false
42-
envkey_NODE_ENV: production
43-
envkey_PORT: 3000
44-
4537
- name: Running Test
4638
run: pnpm test
39+
env:
40+
CLUSTERING: false
41+
PORT: 3000

.github/workflows/update-docs.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,11 @@ jobs:
2828
- name: Installing Project Dependencies
2929
run: pnpm install
3030

31-
- name: Setting Up Environment File
32-
uses: SpicyPizza/[email protected]
33-
with:
34-
envkey_BASE_PATH: /api
35-
envkey_CLUSTERING: false
36-
envkey_NODE_ENV: production
37-
envkey_PORT: 3000
38-
3931
- name: Exporting API JSON
4032
run: pnpm swagger
33+
env:
34+
CLUSTERING: false
35+
PORT: 3000
4136

4237
- name: Updating API Documentation
4338
uses: dmnemec/[email protected]

0 commit comments

Comments
 (0)