fix: gen-migrations
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8s

This commit is contained in:
Orion Kindel 2023-07-20 13:39:16 -05:00
parent 2080a44f46
commit 0e934784b4
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -12,7 +12,7 @@ jobs:
- '/var/run/postgresql:/var/run/postgresql' - '/var/run/postgresql:/var/run/postgresql'
steps: steps:
- uses: 'actions/checkout@v3' - uses: 'actions/checkout@v3'
with: { fetch-depth: 0, submodules: 'recursive' } with: { fetch-depth: 0, submodules: 'recursive', token: '${{ secrets._GITEA_TOKEN }}' }
- name: 'git config' - name: 'git config'
run: | run: |
git config --global user.email 'noreply@dnim.org' git config --global user.email 'noreply@dnim.org'