ci: fix publish auth failure

thinking-toggle-wip
Aiden Cline 2025-12-19 16:00:35 -06:00
parent 3306d8f666
commit c0fe626748
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ jobs:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Setup Git Identity
run: |
git config --global user.email "opencode@sst.dev"
git config --global user.name "opencode"
git remote set-url origin https://x-access-token:${{ secrets.SST_GITHUB_TOKEN }}@github.com/${{ github.repository }}
- name: Publish
id: publish
run: ./script/publish-start.ts