We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd79676 commit db3fb9dCopy full SHA for db3fb9d
.github/workflows/publish.yml
@@ -53,13 +53,17 @@ jobs:
53
- name: Install OpenCode
54
run: curl -fsSL https://opencode.ai/install | bash
55
56
+ - name: Setup npm auth
57
+ run: |
58
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59
+
60
- name: Publish
61
run: |
62
./script/publish.ts
63
env:
64
OPENCODE_BUMP: ${{ inputs.bump }}
65
OPENCODE_CHANNEL: latest
66
+ NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
67
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
68
AUR_KEY: ${{ secrets.AUR_KEY }}
- NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
69
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
0 commit comments