Skip to content

Commit

Permalink
Merge pull request #4 from Autodesk/fix_cla_assistant_workflow
Browse files Browse the repository at this point in the history
Fix typo in CLA Assistant workflow
  • Loading branch information
rhysgoldstein authored May 16, 2024
2 parents e9ac159 + 1d3ed1f commit 9c1bdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9c1bdb3

Please sign in to comment.