diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6599b8f35..c612279b2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,6 +21,8 @@ jobs: scope: '@streamyard' - name: Install Dependencies run: npm ci + env: + NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Package run: npm pack . - name: Publish