Skip to content

Commit 7c39b6c

Browse files
committed
Fix typo
1 parent 01f3326 commit 7c39b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
chmod 600 ssl/server.key
2222
sudo chown 999:999 ssl/server.key
2323
chmod 600 ssl/pkey.key
24-
chmod 644 public_pkey.key
24+
chmod 644 ssl/public_pkey.key
2525
- name: Set up Postgres container
2626
run: |
2727
docker compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)