diff options
Diffstat (limited to '.github/workflows/lint-backend.yaml')
-rw-r--r-- | .github/workflows/lint-backend.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-backend.yaml b/.github/workflows/lint-backend.yaml index 62fad71..62a4c62 100644 --- a/.github/workflows/lint-backend.yaml +++ b/.github/workflows/lint-backend.yaml @@ -47,3 +47,4 @@ jobs: BACKEND_DATABASE_URL: postgresql+psycopg_async://backend:backend@localhost:${{ job.services.postgres.ports[5432] }}/backend BACKEND_SUPER_ADMIN_TOKEN: hunter2 BACKEND_PRINTFUL_TOKEN: not-valid + BACKEND_PRINTFUL_STORE_ID: 12345 |