Skip to content

Commit ca16de8

Browse files
fix: env ci
1 parent f3f8c0d commit ca16de8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
8888
- name: Create env file
8989
run: |
90-
mkdir -p packages/agents
91-
cat > packages/agents/.env << 'EOL'
90+
cat > .env << 'EOL'
9291
POSTGRES_USER = "${{ secrets.POSTGRES_USER }}"
9392
POSTGRES_HOST = "localhost"
9493
POSTGRES_ROOT_DB = "${{ secrets.POSTGRES_ROOT_DB }}"

0 commit comments

Comments
 (0)