diff --git a/.github/workflows/feature-matrix-updater.yaml b/.github/workflows/feature-matrix-updater.yaml index e74c4ee39..f1b3649c4 100644 --- a/.github/workflows/feature-matrix-updater.yaml +++ b/.github/workflows/feature-matrix-updater.yaml @@ -1,4 +1,4 @@ -name: Feature Matrix Creator +name: Publish Feature Matrix on: workflow_dispatch: jobs: @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.ADK_BOT_GITHUB_TOKEN }} commit-message: "feat: propose update to feature matrix" title: "Proposed Update to Feature Matrix" body: "This is an auto-generated PR with new content for the feature matrix."