diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:51:54 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:51:54 -0500 |
| commit | f82156f0b166d61a99214d0ea2a9679679710829 (patch) | |
| tree | 41b61bf2e77651d5e9897165caaa5ec4475b9aa7 /.github | |
| parent | 2ed629858420ec6feeecb7817567171711e0ec78 (diff) | |
| download | opencode-f82156f0b166d61a99214d0ea2a9679679710829.tar.gz opencode-f82156f0b166d61a99214d0ea2a9679679710829.zip | |
ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa140461d..16a41af16 100644 --- a/.github/workflows/publish.yml +++ b/.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: |
