|
|
@@ -20,8 +20,8 @@ jobs:
|
|
|
id: app-token
|
|
|
uses: actions/create-github-app-token@v2
|
|
|
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"
|
|
|
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'
|