diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index d8e4e1be5..b97bb8247 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -10,7 +10,7 @@ jobs: if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/') runs-on: ubuntu-latest permissions: - pull requests: write + pull-requests: write contents: write steps: - name: "CLA Signature Bot"