From 1d3ed1f20a667aaeaa717cd9bbc6096d9b853b35 Mon Sep 17 00:00:00 2001 From: Rhys Goldstein Date: Thu, 16 May 2024 10:35:52 -0400 Subject: [PATCH] Fix typo in CLA Assistant workflow --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 745ff81..2e582cd 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -16,7 +16,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.CLA_BOT_SEgit CRET }} + PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_SECRET }} with: remote-repository-name: 'CLA-Signatures' remote-organization-name: 'Autodesk'