Skip to content

Commit

Permalink
Atualiza variável NEXT_UMAMI_ID para usar secrets no arquivo .env
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmjunior committed Feb 19, 2025
1 parent c628eba commit 82ed981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# visit https://giscus.app to get your Giscus ids

NEXT_UMAMI_ID=a8c3bee0-3a3b-4309-a613-b9bc7ff1a4ab
NEXT_UMAMI_ID=${{secrets.NEXT_UMAMI_ID}}

MAILCHIMP_API_KEY=
MAILCHIMP_API_SERVER=
Expand Down

0 comments on commit 82ed981

Please sign in to comment.