diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ff18cc7fc..34c963b25 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -9,6 +9,9 @@ on: branches: - main +permissions: + contents: write + jobs: lint: runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1a4625f..edbc60386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ on: branches: - main +permissions: + contents: read + jobs: ci: runs-on: ubuntu-latest