diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fdd0d16..18683d2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,20 +12,15 @@ on: env: PNPM_VERSION: 8.6.11 NODE_VERSION: 18 + +permissions: + contents: write jobs: - skip_ci: - runs-on: ubuntu-latest - outputs: - canSkip: ${{ steps.check.outputs.canSkip }} - steps: - - id: check - uses: Legorooj/skip-ci@main build: runs-on: ubuntu-latest - if: needs.skip_ci.outputs.canSkip != 'true' && !github.event.pull_request.head.repo.fork steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: token: ${{ secrets.GIT_TOKEN }} diff --git a/README.md b/README.md index 4e76a84..9f49bfd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - [How to consume](#how-to-consume) - [Contribute](#contribute) -## About +## About Simple vanilla JS library to capture a clean image and light from documents from a webcam. It use Opencv.js under the hood.