Skip to content

Commit 442278d

Browse files
committed
Update dedupe workflow with token so it can push to the repo
1 parent 4f4b381 commit 442278d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deduplicate-lock-file.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: ⬇️ Checkout repo
2121
uses: actions/checkout@v4
22+
with:
23+
token: ${{ secrets.FORMAT_PAT }}
2224

2325
- name: 📦 Setup pnpm
2426
uses: pnpm/action-setup@v4
@@ -44,4 +46,4 @@ jobs:
4446
fi
4547
git commit -m "chore: deduplicate \`pnpm-lock.yaml\`"
4648
git push
47-
echo "💿 https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"
49+
echo "💿 pushed dedupe changes https://github.com/$GITHUB_REPOSITORY/commit/$(git rev-parse HEAD)"

0 commit comments

Comments
 (0)