This commit is contained in:
Dax Raad 2025-12-09 20:51:54 -05:00
parent 2ed6298584
commit f82156f0b1

View file

@ -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: