|
@@ -63,10 +63,6 @@ jobs:
|
|
|
- name: Install OpenCode
|
|
- name: Install OpenCode
|
|
|
run: curl -fsSL https://opencode.ai/install | bash
|
|
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
|
|
- name: Login to GitHub Container Registry
|
|
|
uses: docker/login-action@v3
|
|
uses: docker/login-action@v3
|
|
|
with:
|
|
with:
|