Skip to content

Commit 06bab3b

Browse files
committed
chore: update update-deps.yml
1 parent 7a297f6 commit 06bab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
- run: pnpm install
5151
- name: Create Pull Request
5252
uses: peter-evans/create-pull-request@v6
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5355
with:
54-
token: ${{ secrets.GITHUB_TOKEN }}
5556
commit-message: "build: update dependencies to the latest version"
5657
title: Update dependencies to the latest version

0 commit comments

Comments
 (0)