File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 steps :
8484 - name : Checkout Repository
8585 uses : actions/checkout@v4
86+ with :
87+ token : ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }}
8688
8789 - name : Check for New Flutter stable version
8890 id : check-version
@@ -110,6 +112,10 @@ jobs:
110112 if : steps.check-version.outputs.updated == 'true'
111113 uses : peter-evans/create-pull-request@v6
112114 with :
115+ token : ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }}
116+ push-to-fork : flutteractionsbot/flutter-intellij
117+ committer : flutteractionsbot <flutter-actions-bot@google.com>
118+ author : flutteractionsbot <flutter-actions-bot@google.com>
113119 commit-message : " ci: bump pinned Flutter SDK to version ${{ steps.check-version.outputs.latest_version }}"
114120 title : " ci: bump pinned Flutter SDK to version ${{ steps.check-version.outputs.latest_version }}"
115121 body : |
You can’t perform that action at this time.
0 commit comments