Skip to content

Commit f2259bc

Browse files
committed
Use different secret
1 parent 6ac0752 commit f2259bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)