diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 005a131..b877f0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository) uses: actions/create-github-app-token@v3 with: - app-id: ${{ secrets.MILLIPRESS_BOT_APP_ID }} + client-id: ${{ secrets.MILLIPRESS_BOT_CLIENT_ID }} private-key: ${{ secrets.MILLIPRESS_BOT_PRIVATE_KEY }} - uses: actions/checkout@v6