acmcsufoss / lc-dailies

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

`cf.yaml`: wipes secrets on push #29

Closed EthanThatOneKid closed 10 months ago

EthanThatOneKid commented 10 months ago

Description:

GitHub workflows consistently overwrite environment variables during deployment, causing disruptions and security concerns.

Steps to reproduce:

  1. Trigger deployment via GitHub workflows.
  2. Check environment variables post-deployment.

Expected outcome:

Environment variables should remain intact.

Actual outcome:

Environment variables are wiped, posing security risks.

Proposed solution:

  1. Investigate and adjust workflows.
EthanThatOneKid commented 10 months ago

Reference: