Skip to content

Commit

Permalink
Merge branch 'main' into allow-any-json-object-to-be-saved-in-blobstore
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Oct 23, 2024
2 parents 58dab5b + 6ea52dd commit c0893ff
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@614dfc33742374cb40bec2878e5b690580d11ede
with:
token: ${{ steps.app-token.outputs.token }}
updateComment: true

0 comments on commit c0893ff

Please sign in to comment.