diff --git a/.github/workflows/check_properties.yml b/.github/workflows/check_properties.yml index b46efdc5..9f0f0e7b 100644 --- a/.github/workflows/check_properties.yml +++ b/.github/workflows/check_properties.yml @@ -14,6 +14,9 @@ jobs: check-files: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - name: Checkout main branch first uses: actions/checkout@v4