update @native
This commit is contained in:
parent
16d5dc8ecb
commit
68db2e027e
@ -35,13 +35,13 @@ jobs:
|
|||||||
postgresql version: '16'
|
postgresql version: '16'
|
||||||
|
|
||||||
- name: Make envfile
|
- name: Make envfile
|
||||||
uses: SpicyPizza/create-envfile@v2.0
|
uses: SpicyPizza/create-envfile@v2.0
|
||||||
with:
|
with:
|
||||||
PG_USER: ${{ secrets.PG_USER }}
|
PG_USER: ${{ secrets.PG_USER }}
|
||||||
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
|
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
|
||||||
DB_SERVER: ${{ vars.DB_SERVER }}
|
DB_SERVER: ${{ vars.DB_SERVER }}
|
||||||
DB_PORT: ${{ vars.DB_PORT }}
|
DB_PORT: ${{ vars.DB_PORT }}
|
||||||
|
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
run: make gen_config
|
run: make gen_config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user