summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-29 18:16:09 -0600
committerAiden Cline <[email protected]>2025-12-29 18:16:17 -0600
commit6b5a0fb261af36d97fb39f12480ea9d8da5eb7a5 (patch)
treef1491d3dddd8256290568bc37b77721d9b8cbc09 /.github/workflows
parent6d93a7bf55442dd39b6ff1285d52576b144e1eb8 (diff)
downloadopencode-6b5a0fb261af36d97fb39f12480ea9d8da5eb7a5.tar.gz
opencode-6b5a0fb261af36d97fb39f12480ea9d8da5eb7a5.zip
ci: update token var
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/sync-zed-extension.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml
index 9e647b8d9..f14487cde 100644
--- a/.github/workflows/sync-zed-extension.yml
+++ b/.github/workflows/sync-zed-extension.yml
@@ -32,3 +32,4 @@ jobs:
./script/sync-zed.ts ${{ steps.get_tag.outputs.tag }}
env:
ZED_EXTENSIONS_PAT: ${{ secrets.ZED_EXTENSIONS_PAT }}
+ ZED_PR_PAT: ${{ secrets.ZED_PR_PAT }}