Update env template for portal.monacousa.org and use secrets in workflow
Build and Push Docker Image / build (push) Failing after 50s
Details
Build and Push Docker Image / build (push) Failing after 50s
Details
This commit is contained in:
parent
cb3703ec3a
commit
bfc024a61f
|
|
@ -55,5 +55,5 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org
|
PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org
|
||||||
PUBLIC_SUPABASE_ANON_KEY=placeholder
|
PUBLIC_SUPABASE_ANON_KEY=${{ secrets.ANON_KEY }}
|
||||||
SUPABASE_SERVICE_ROLE_KEY=placeholder
|
SUPABASE_SERVICE_ROLE_KEY=${{ secrets.SERVICE_ROLE_KEY }}
|
||||||
|
|
|
||||||
|
|
@ -55,5 +55,5 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org
|
PUBLIC_SUPABASE_URL=https://api.portal.monacousa.org
|
||||||
PUBLIC_SUPABASE_ANON_KEY=placeholder
|
PUBLIC_SUPABASE_ANON_KEY=${{ secrets.ANON_KEY }}
|
||||||
SUPABASE_SERVICE_ROLE_KEY=placeholder
|
SUPABASE_SERVICE_ROLE_KEY=${{ secrets.SERVICE_ROLE_KEY }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue