diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1e2d3b5..6aa2ccc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,5 +55,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org - PUBLIC_SUPABASE_ANON_KEY=placeholder - SUPABASE_SERVICE_ROLE_KEY=placeholder + PUBLIC_SUPABASE_ANON_KEY=${{ secrets.ANON_KEY }} + SUPABASE_SERVICE_ROLE_KEY=${{ secrets.SERVICE_ROLE_KEY }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e2d3b5..6aa2ccc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,5 +55,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org - PUBLIC_SUPABASE_ANON_KEY=placeholder - SUPABASE_SERVICE_ROLE_KEY=placeholder + PUBLIC_SUPABASE_ANON_KEY=${{ secrets.ANON_KEY }} + SUPABASE_SERVICE_ROLE_KEY=${{ secrets.SERVICE_ROLE_KEY }}