This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Commit 12ffe6c
committed
chore: update secrets management in deployment scripts
- Modify `secrets.sh` to clarify that `QUICKBOOKS_ADMIN_KEY` should be set directly in environment files.
- Update `deploy.yml` to reflect changes in secret management, marking `QUICKBOOKS_ADMIN_KEY` as environment-scoped.
- Enhance comments for clarity regarding the export of secrets and non-sensitive variables.
These changes improve the organization and clarity of environment variable management in the deployment process.1 parent 3de20e8 commit 12ffe6c
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments