acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
3 stars 0 forks source link

Add secret binding to `push` #31

Closed EthanThatOneKid closed 1 year ago

EthanThatOneKid commented 1 year ago

Changes

Add secret binding to cf/dailies/env.ts's push, matching serve's secret binding.

Reasoning

Apparently, secrets are reset on each push to Cloudflare unless bound to the procedure on every deployment.

Resolves #29.