diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6314fd66da2a1d626049ee646d9f93f8e23d19e5..c6d2674a806d4fab0f035a591bb4ffef8cea5e9e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -24,12 +24,12 @@ jobs: github.event_name == 'pull_request_target' uses: contributor-assistant/github-action@v2.6.1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CRUSH_CLA_BOT }} with: path-to-signatures: ".github/cla-signatures.json" - path-to-document: "https://github.com/charmbracelet/crush/blob/main/CLA.md" # TODO: provide the CLA.md file (Christian) - branch: "main" # WARN: if we make `main` protected, this will start failing + path-to-document: "https://github.com/charmbracelet/crush/blob/main/CLA.md" + branch: "main" allowlist: dependabot[bot] custom-pr-sign-comment: "I have read the Contributor License Agreement (CLA) and hereby sign the CLA." lock-pullrequest-aftermerge: false - signed-commit-message: "chore(legal): @$contributorName has signed the CLA in $owner/$repo#$pullRequestNo" + signed-commit-message: "chore(legal): @$contributorName has signed the CLA in $pullRequestNo"