From 5c3f38cbb5a7a6b1edcac8e1c27ee07d96a1687b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:30:19 -0500 Subject: [PATCH] fix(ci): Fix broken workflow formatting on f42 and el10 (#11724) (#11725) (cherry picked from commit 6e0ac2b7af2579a6b1b7f287d99e7fcfd231bb1a) Signed-off-by: Gilver Co-authored-by: Gilver --- .github/workflows/update-nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nightly.yml b/.github/workflows/update-nightly.yml index ef7cfa2d0c..0e8d987fc8 100644 --- a/.github/workflows/update-nightly.yml +++ b/.github/workflows/update-nightly.yml @@ -8,8 +8,9 @@ on: jobs: autoupdate: - contents: write - runs-on: ubuntu-22.04 + permissions: + contents: write + runs-on: ubuntu-24.04-arm container: image: ghcr.io/terrapkg/builder:frawhide options: --cap-add=SYS_ADMIN --privileged