Add a shared secrets file used across all destinations. Useful for things Github tokens or registry passwords. The secrets are added to a new file called `secrets-common` to highlight they are shared, and to avoid acciedentally inheriting a secret from the `secrets` file to `secrets.destination`.
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
SECRET_TOKEN='1234 with "中文"'
|
|
SECRET_TAG='TAGME'
|