mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: fix env
This commit is contained in:
parent
d98568fe7e
commit
aa16610021
@ -108,7 +108,7 @@ async function main() {
|
||||
console.log(`📬 Creating pull request...`)
|
||||
const prResult =
|
||||
await $`gh pr create --repo ${UPSTREAM_REPO} --base main --head ${FORK_REPO.split("/")[0]}:${branchName} --title "Update ${EXTENSION_NAME} to v${cleanVersion}" --body "Updating OpenCode extension to v${cleanVersion}"`
|
||||
.env({ GH_TOKEN: token })
|
||||
.env({ ...process.env, GH_TOKEN: token })
|
||||
.nothrow()
|
||||
|
||||
if (prResult.exitCode !== 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user