From 2cb3c630bd69be3eab778f5bcb14a333df61d94d Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:34:11 -0600 Subject: [PATCH] Update cla.yaml Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- .github/workflows/cla.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index ce9e0de..614183f 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -25,12 +25,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: - path-to-signatures: ${{ env.GITHUB_REPOSITORY }}/cla.json - path-to-document: https://github.com/${{ env.GITHUB_REPOSITORY_OWNER }}/.github/blob/main/CLA.md + path-to-signatures: ${{ github.repository }}/cla.json + path-to-document: https://github.com/${{ github.repository_owner }}/.github/blob/main/CLA.md branch: cla-signatures allowlist: github-actions[bot],dependabot-preview[bot],insights-engineering-bot create-file-commit-message: '🛠 Init CLA Signatures' - remote-organization-name: ${{ env.GITHUB_REPOSITORY_OWNER }} + remote-organization-name: ${{ github.repository_owner }} remote-repository-name: .github-private signed-commit-message: '✍️ CLA signed by $contributorName in ${{ env.GITHUB_REPOSITORY }} in PR #$pullRequestNo' custom-allsigned-prcomment: '✅ All contributors have signed the CLA'