MicaApps / Mail

20 stars 2 forks source link

Introduce Build Target for Handling Debug/Release Secrets #86

Closed walterlv closed 1 year ago

walterlv commented 1 year ago

Overview

This Pull Request introduces a new build target that allows contributors to compile the project using a debug secret while maintaining the ability for the owner or CI to build with the release secret. In addition, it also addresses a minor spelling error in the codebase.

Changes

  1. Corrected spelling error: secrect -> secret.
  2. Introduced a new build target for managing secrets, facilitating community contributors to build the project without the need for additional configurations or exposure to real secrets.

Important Notes

Action required upon merging this PR:

  1. Everyone must rename the secrect.cs file to secret.cs.
  2. The actual secrets should be placed in the build directory.