Dax Raad 2 months ago
parent
commit
f82156f0b1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/publish.yml

+ 0 - 4
.github/workflows/publish.yml

@@ -63,10 +63,6 @@ jobs:
       - name: Install OpenCode
         run: curl -fsSL https://opencode.ai/install | bash
 
-      - name: Setup npm auth
-        run: |
-          echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
-
       - name: Login to GitHub Container Registry
         uses: docker/login-action@v3
         with: