Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/feature-matrix-updater.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature Matrix Creator
name: Publish Feature Matrix
on:
workflow_dispatch:
jobs:
Expand Down Expand Up @@ -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."
Expand Down