Skip to content

Commit

Permalink
fix: fix updating comments in lockfile-changes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 22, 2024
1 parent f3d62c0 commit 99853a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
private-key: ${{ secrets.LOCKFILE_BOT_PRIVATE_KEY }}
- name: NPM Lockfile Changes
# The original doesn't support v3 lockfiles so we use a fork that adds support for them
uses: rvanvelzen/npm-lockfile-changes@6fded38b5a054f5ab49efd6850668e796f780604
# The fork doesn't update comments by an app token, so we use our own fork
uses: digidem/npm-lockfile-changes@fix/update-comments
with:
token: ${{ steps.app-token.outputs.token }}
updateComment: true

0 comments on commit 99853a2

Please sign in to comment.