From 0e934784b422a00502c2b5376f2cf17fdcb28a4e Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Thu, 20 Jul 2023 13:39:16 -0500 Subject: [PATCH] fix: gen-migrations --- .gitea/workflows/gen-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'