From 874ca8e58db1aae8257ca25574270d3a42f893f3 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 29 Jul 2025 14:05:08 -0300 Subject: [PATCH] chore(legal): fix cla job Signed-off-by: Carlos Alexandro Becker --- .github/workflows/cla.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"