diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 570e3348..79f0774e 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -12,15 +12,11 @@ jobs: steps: - name: 📥 Checkout Code Repository uses: actions/checkout@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: 🔧 Setup Node.js uses: actions/setup-node@v4 with: node-version: '18' - registry-url: 'https://registry.npmjs.org' - scope: '@tekdi' - name: Debug NPM Token Secret run: |