diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 7662ac338..e073231fd 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -21,9 +21,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - path-to-signatures: '.cla-signatures/version1/cla.json' + path-to-signatures: 'version1/cla.json' path-to-document: 'https://github.com/pelican-dev/panel/blob/3.x/contributor_license_agreement.md' - branch: '3.x' + branch: 'main' allowlist: dependabot[bot] remote-organization-name: pelican-dev remote-repository-name: cla-signatures