From 28a350f105bd29bdfb6dccfae4fc701387b936f4 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 14 Dec 2020 13:24:31 -0700 Subject: [PATCH] Change back to path-to-document --- .github/workflows/cla.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0ff2de439545..3e0e130309e1 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,8 @@ jobs: PERSONAL_ACCESS_TOKEN : ${{ secrets.BOTIFY_TOKEN }} with: path-to-signatures: '${{ github.repository }}/cla.json' - path-to-cla-document: 'https://github.com/${{ github.repository }}/blob/master/CLA.md' + path-to-document: 'https://github.com/${{ github.repository }}/blob/master/CLA.md' branch: 'master' remote-organization-name: 'Expensify' remote-repository-name: 'CLA' + allowlist: botify