From 80edac1aeaa1ac1214758e90a59aa16e92965e25 Mon Sep 17 00:00:00 2001 From: AldemirLucas Date: Tue, 5 Dec 2023 17:30:36 -0300 Subject: [PATCH] cd-dev att env --- .github/workflows/cd-dev.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-dev.yaml b/.github/workflows/cd-dev.yaml index 038e8b9a..d30c34e4 100644 --- a/.github/workflows/cd-dev.yaml +++ b/.github/workflows/cd-dev.yaml @@ -68,7 +68,9 @@ jobs: limits: cpu: 500m memory: 1Gi - env: [] + env: + - name: "NEXT_PUBLIC_KEY_STRIPE" + value: "${{ secrets.NEXT_PUBLIC_KEY_STRIPE }}" envFrom: - secretRef: name: basedosdados-website-development