Skip to content

Commit b0dcec0

Browse files
committed
ci(deps): use PAT token for automated PR creation
1 parent 44d88f3 commit b0dcec0

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)