mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: fix publish auth failure
This commit is contained in:
parent
2e853911c3
commit
89285d8f5f
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -63,6 +63,12 @@ jobs:
|
|||||||
node-version: "24"
|
node-version: "24"
|
||||||
registry-url: "https://registry.npmjs.org"
|
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
|
- name: Publish
|
||||||
id: publish
|
id: publish
|
||||||
run: ./script/publish-start.ts
|
run: ./script/publish-start.ts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user