Skip to content

Commit

Permalink
cd-dev att env
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Dec 5, 2023
1 parent 54a41ea commit 80edac1
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 80edac1

Please sign in to comment.