Skip to content

Commit

Permalink
ci(main.yml): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 29, 2024
1 parent a8336f3 commit 20130e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Copy config from sample
run: cp .env.sample .env
- name: Copy and edit config from sample
run: |
cp .env.sample .env
sed -i "s/mongo\:27017/127.0.0.1\:27017/g" .env
- name: Generate new secret
run: npm run new-secret
Expand Down

0 comments on commit 20130e7

Please sign in to comment.