There was an error while loading. Please reload this page.
1 parent 9478256 commit 126e076Copy full SHA for 126e076
1 file changed
.github/workflows/update-plugins.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Close Old Pull Requests for this Plugin
39
env:
40
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.STORE_AUTOMATION_TOKEN }}
41
PLUGIN_NAME: ${{ steps.plugin_info.outputs.name }}
42
run: |
43
# Search for any open PRs originating from a branch that belongs to this specific plugin
@@ -51,7 +51,7 @@ jobs:
51
- name: Create New Pull Request
52
uses: peter-evans/create-pull-request@v6
53
with:
54
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.STORE_AUTOMATION_TOKEN }}
55
commit-message: "update(${{ steps.plugin_info.outputs.name }}): update hash for ${{ github.event.client_payload.version }}"
56
title: "Update ${{ steps.plugin_info.outputs.name }} to ${{ github.event.client_payload.version }}"
57
body: |
0 commit comments