Bladeren bron

fix(ci): Correct CI Bot secret names in CLA workflow (#4211)

David Höck 15 uur geleden
bovenliggende
commit
7aebf17444
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/workflows/cla.yml

+ 2 - 2
.github/workflows/cla.yml

@@ -20,8 +20,8 @@ jobs:
         id: app-token
         id: app-token
         uses: actions/create-github-app-token@v2
         uses: actions/create-github-app-token@v2
         with:
         with:
-          app-id: ${{ secrets.CI_APP_ID }}
-          private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
+          app-id: ${{ secrets.CI_BOT_APP_ID }}
+          private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
 
 
       - name: "CLA Assistant"
       - name: "CLA Assistant"
         if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
         if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'