Skip to content

Commit 7044054

Browse files
authored
Merge branch 'main' into update-framework
2 parents 21a1a21 + 611b064 commit 7044054

File tree

4 files changed

+243
-212
lines changed

4 files changed

+243
-212
lines changed

.github/workflows/update-framework.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update wp-cli framework
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
push:
66
branches:
77
- main
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check out source code
2727
uses: actions/checkout@v4
2828

29-
- name: Set up PHP envirnoment
29+
- name: Set up PHP environment
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: '7.4'
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
source_branch: update-framework
9292
destination_branch: ${{ github.event.repository.default_branch }}
93-
github_token: ${{ secrets.REPO_GITHUB_TOKEN }}
93+
github_token: ${{ secrets.ACTIONS_BOT }}
9494
pr_title: Update wp-cli framework
9595
pr_body: "**This is an automated pull-request**\n\nUpdates the `wp-cli/wp-cli` framework to the latest changeset."
9696
pr_label: scope:framework

0 commit comments

Comments
 (0)