From f59870b4f060fb1ac3c22ac21650093662cf225f Mon Sep 17 00:00:00 2001 From: Scott Roy Date: Mon, 1 Jun 2026 15:30:12 -0700 Subject: [PATCH] up --- .github/workflows/mlx.yml | 3 ++- .github/workflows/viable-strict-gate.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mlx.yml b/.github/workflows/mlx.yml index 1e5839c7789..38914f7612b 100644 --- a/.github/workflows/mlx.yml +++ b/.github/workflows/mlx.yml @@ -22,7 +22,8 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }} cancel-in-progress: true -permissions: {} +permissions: + contents: read jobs: # Emits is-full-run='true' for workflow_dispatch / ciflow tag / diff --git a/.github/workflows/viable-strict-gate.yml b/.github/workflows/viable-strict-gate.yml index 38beb4cf0fc..d25b57803b9 100644 --- a/.github/workflows/viable-strict-gate.yml +++ b/.github/workflows/viable-strict-gate.yml @@ -25,7 +25,8 @@ on: tags: - ciflow/trunk/* -permissions: {} +permissions: + contents: read jobs: run-decision: