Skip to content

Commit 6ca022c

Browse files
authored
Merge pull request #2 from mi-examples/develop
ci(deps): use PAT token for automated PR creation
2 parents 5ee9b18 + b0dcec0 commit 6ca022c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-pp-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
if: steps.check.outputs.needs_update == 'true'
5353
uses: peter-evans/create-pull-request@v5
5454
with:
55+
token: ${{ secrets.PAT_TOKEN }}
5556
commit-message: "chore(deps): update @metricinsights/pp-dev to ${{ steps.check.outputs.latest }}"
5657
title: "chore(deps): update pp-dev to ${{ steps.check.outputs.latest }}"
5758
body: |

0 commit comments

Comments
 (0)