diff --git a/.gitea/workflows/gen-migrations.yml b/.gitea/workflows/gen-migrations.yml index b935cdd..0e52a29 100644 --- a/.gitea/workflows/gen-migrations.yml +++ b/.gitea/workflows/gen-migrations.yml @@ -12,7 +12,7 @@ jobs: - '/var/run/postgresql:/var/run/postgresql' steps: - uses: 'actions/checkout@v3' - with: { fetch-depth: 0, submodules: 'recursive' } + with: { fetch-depth: 0, submodules: 'recursive', token: '${{ secrets._GITEA_TOKEN }}' } - name: 'git config' run: | git config --global user.email 'noreply@dnim.org'