diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 552e7c547c3..6c66e010f01 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -24,6 +24,12 @@ jobs: build: name: MegaLinter runs-on: ubuntu-latest + permissions: + # Give the default GITHUB_TOKEN write permission to commit and push, comment issues & post new PR + # Remove the ones you do not need + contents: write + issues: write + pull-requests: write steps: - name: Checkout Code uses: actions/checkout@v3