Skip to content

Commit 17e6185

Browse files
authored
Merge pull request #665 from wp-cli/fix/update-framework-workflow
2 parents 4e3843d + 4f2e9d4 commit 17e6185

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)