From fb3b2aadace380033f1f21432d96574759c38e34 Mon Sep 17 00:00:00 2001 From: Nanashi <53353250+NanashiTheNameless@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:55:38 -0600 Subject: [PATCH] correct oversight in #11392 (#11404) * correct oversight in #11392 https://github.com/OrcaSlicer/OrcaSlicer/pull/11392#issuecomment-3548174739 * correct oversight in #11392 --- .github/workflows/build_all.yml | 2 ++ .github/workflows/build_check_cache.yml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 5ff7201f84..bd695d344b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -49,6 +49,7 @@ concurrency: permissions: contents: write + actions: write checks: write jobs: @@ -187,3 +188,4 @@ jobs: asset_content_type: application/octet-stream max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted + diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index 1725d1ec95..6e7704432a 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -16,9 +16,6 @@ on: required: false type: boolean -permissions: - actions: write - jobs: check_cache: # determines if there is a cache and outputs variables used in caching process name: Check Cache @@ -63,3 +60,4 @@ jobs: build-deps-only: ${{ inputs.build-deps-only }} force-build: ${{ inputs.force-build }} secrets: inherit +