Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #12

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #12

Workflow file for this run

# name: Sync Fork
# on:
# schedule:
# - cron: '*/30 * * * *' # every 30 minutes
# workflow_dispatch: # on button click
# jobs:
# sync:
# runs-on: ubuntu-latest
# steps:
# - uses: tgymnich/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}