We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c1b13 commit 053a10eCopy full SHA for 053a10e
script/sync-zed.ts
@@ -107,7 +107,7 @@ async function main() {
107
108
console.log(`📬 Creating pull request...`)
109
const prUrl =
110
- 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}"`.text()
+ await $`GH_TOKEN=${token} 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}"`.text()
111
112
console.log(`✅ Pull request created: ${prUrl}`)
113
console.log(`🎉 Done!`)
0 commit comments