Skip to content

Commit

Permalink
fix: add var to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yhru committed Oct 24, 2024
1 parent ecbc833 commit 872c656
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
timeout-minutes: 20
env:
RUBY_YJIT_ENABLE: "1"
API_BASEROW_URL: ${{ secrets.API_BASEROW_URL }}
API_BASEROW_URL: "https://api.baserow.io"
API_BASEROW_TOKEN: ${{ secrets.API_BASEROW_TOKEN }}
API_BASEROW_USER: ${{ secrets.API_BASEROW_USER }}
API_BASEROW_CONFIG_TABLE: ${{ secrets.API_BASEROW_CONFIG_TABLE }}
services:
postgres:
image: postgis/postgis:14-3.3
Expand Down Expand Up @@ -125,7 +128,10 @@ jobs:
timeout-minutes: 20
env:
RUBY_YJIT_ENABLE: "1"
API_BASEROW_URL: ${{ secrets.API_BASEROW_URL }}
API_BASEROW_URL: "https://api.baserow.io"
API_BASEROW_TOKEN: ${{ secrets.API_BASEROW_TOKEN }}
API_BASEROW_USER: ${{ secrets.API_BASEROW_USER }}
API_BASEROW_CONFIG_TABLE: ${{ secrets.API_BASEROW_CONFIG_TABLE }}}
services:
postgres:
image: postgis/postgis:14-3.3
Expand Down
3 changes: 3 additions & 0 deletions config/env.example
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ STRICT_EMAIL_VALIDATION_STARTS_ON="2024-02-19"
# Weasyprint endpoint generating attestations v2
# See https://github.com/demarches-simplifiees/weasyprint_server
WEASYPRINT_URL="http://127.0.0.1:5000/pdf"

API_BASEROW_URL="https://api.baserow.io"
API_BASEROW_CONFIG_TABLE="202600"

0 comments on commit 872c656

Please sign in to comment.