Skip to content

Commit

Permalink
Merge pull request #731 from basedosdados/chore/add-var-env
Browse files Browse the repository at this point in the history
DEV release-dev add public-key-stripe
  • Loading branch information
AldemirLucas authored Dec 5, 2023
2 parents a95cef5 + 5ac509b commit a0da676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0da676

Please sign in to comment.