diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e118017a..1ae2adf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,12 @@ on: branches-ignore: - 'dependabot/**' pull_request: + +permissions: + contents: write + pull-requests: write + issues: write + jobs: # Run Gradle Wrapper Validation Action to verify the wrapper's checksum