Skip to content

Commit

Permalink
try fork
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Sep 19, 2024
1 parent b66e1c4 commit 959fcc5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
lockfile_changes:
name: Lockfile changes check
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Check out a copy of the repo
uses: actions/checkout@v4
- name: NPM Lockfile Changes
uses: codepunkt/npm-lockfile-changes@v1.0.0
uses: rvanvelzen/npm-lockfile-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 959fcc5

Please sign in to comment.