diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index b94b874cc2..103f2b2359 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -7,9 +7,6 @@ on: types: [created] workflow_dispatch: -permissions: - issues: write - jobs: assign: permissions: diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index bd695d344b..5c8e93d819 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -46,11 +46,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true - -permissions: - contents: write - actions: write - checks: write + jobs: build_linux: @@ -187,5 +183,3 @@ jobs: asset_name: OrcaSlicer-Linux-flatpak_nightly_${{ matrix.variant.arch }}.flatpak 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 6e7704432a..a97962aa7e 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -15,7 +15,7 @@ on: force-build: required: false type: boolean - + jobs: check_cache: # determines if there is a cache and outputs variables used in caching process name: Check Cache @@ -60,4 +60,3 @@ jobs: build-deps-only: ${{ inputs.build-deps-only }} force-build: ${{ inputs.force-build }} secrets: inherit - diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index c5ef26f3ef..0267d22302 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -23,9 +23,6 @@ on: required: false type: boolean -permissions: - actions: write - jobs: build_deps: name: Build Deps