fix(mosaic): serialize credential lifecycle mutations

This commit is contained in:
2026-08-05 18:01:41 -05:00
parent 9512adcec2
commit b3d84662f9
10 changed files with 181 additions and 27 deletions
@@ -28,6 +28,7 @@
# HOME. NEVER reads real secrets or touches the real ~/.config/mosaic/secrets.
set -euo pipefail
umask 077
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
WORK_DIR="${MOSAIC_TEST_WORK_DIR:-$PWD/.mosaic-test-work/gitea-token-identity}"