diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3b924ee..aecc5873a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,9 @@ concurrency: group: ${{ github.workflow }} cancel-in-progress: true +permissions: + pull-requests: none + env: RELEASE_TYPE: "release" MINECRAFT_VERSION: "1.20.1"