diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d52d0e9..6c5c7ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,8 @@ jobs: check-code-style: name: 💅🏻 Check code style runs-on: ubuntu-latest + permissions: + contents: write steps: - name: 📥 Checkout repository