diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be91445..072f06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: jobs: lint: runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Code Checkout uses: actions/checkout@v4