From ece9fc8a66c5b86cfee771b725d4c9b4e6f1706a Mon Sep 17 00:00:00 2001 From: Tom Scott Date: Fri, 21 Nov 2025 06:57:17 -0500 Subject: [PATCH] trust mise config files before installing --- .tangled/workflows/build.yml | 1 + .tangled/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 128f8b7..853af68 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -8,6 +8,7 @@ dependencies: steps: - name: Install dependencies command: | + mise trust mise install - name: Build images command: | diff --git a/.tangled/workflows/publish.yml b/.tangled/workflows/publish.yml index c78e0c7..c1fda37 100644 --- a/.tangled/workflows/publish.yml +++ b/.tangled/workflows/publish.yml @@ -8,6 +8,7 @@ dependencies: steps: - name: Install dependencies command: | + mise trust mise install - name: Build and push images command: | -- 2.51.2