diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f988a68..b76b27a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Chromatic deployment - uses: chromaui/action@v1 + uses: chromaui/action@latest with: - token: ${{ secrets.CHROMATIC_TOKEN }} + projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} diff --git a/package.json b/package.json index 2272b16..ed9f7c0 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "Horizondal scroller with sticky header", "main": "dist/index.js", + "repository": { + "type": "git", + "url": "https://github.com/tvankith/horizondal-scroller-with-sticky-header.git" + }, "scripts": { "prepare": "husky", "build": "vite build && node scripts/add-css-import.js",