diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea5592..72706cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -465,7 +465,6 @@ jobs: if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly' permissions: contents: write - actions: write steps: - name: Checkout repository if: needs.fetch-info.outputs.build_type == 'nightly'