diff options
-rw-r--r-- | .github/workflows/cla-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 435fba8..3c1aeee 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -2,7 +2,7 @@ name: "CLA Check" permissions: actions: write - contents: write + contents: read pull-requests: write statuses: write |