diff options
| author | Aiden Cline <[email protected]> | 2025-12-26 12:06:36 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-26 12:06:36 -0600 |
| commit | 7a5fbdf67c67cf6cd7cc84da066bcb34871ca609 (patch) | |
| tree | 30e02a1eea3dc32cb3ebe265e203e6e95cd95f91 /.github | |
| parent | 9afc45102014df2aa258f55b74d48987594bc2f7 (diff) | |
| download | opencode-7a5fbdf67c67cf6cd7cc84da066bcb34871ca609.tar.gz opencode-7a5fbdf67c67cf6cd7cc84da066bcb34871ca609.zip | |
ci: update zed extension sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sync-zed-extension.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml index a504582c3..900a16418 100644 --- a/.github/workflows/sync-zed-extension.yml +++ b/.github/workflows/sync-zed-extension.yml @@ -31,4 +31,4 @@ jobs: run: | ./script/sync-zed.ts ${{ steps.get_tag.outputs.tag }} env: - GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ZED_EXTENSIONS_PAT }} |
