diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 5af9a34..a968652 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -6,10 +6,10 @@ on: types: [opened, closed, synchronize] permissions: - actions: read + actions: write contents: read pull-requests: write - statuses: read + statuses: write jobs: ContributorLicenseAgreement: