From 018723c6b04d1412ec376c9cd3c97f452702716c Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Mon, 9 Dec 2024 21:30:41 +0900 Subject: [PATCH] chore: use cdrci2 account for CLA (#15783) --- .github/workflows/contrib.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index edb39dbfe9..9f1b5ea82b 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -53,7 +53,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the below token should have repo scope and must be manually added by you in the repository's secret - PERSONAL_ACCESS_TOKEN: ${{ secrets.CDRCOMMUNITY_GITHUB_TOKEN }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.CDRCI2_GITHUB_TOKEN }} with: remote-organization-name: "coder" remote-repository-name: "cla"