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