ci: fix var
This commit is contained in:
parent
b112c8132c
commit
1bf950179a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-zed-extension.yml
vendored
2
.github/workflows/sync-zed-extension.yml
vendored
|
|
@ -31,4 +31,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./script/sync-zed.ts ${{ steps.get_tag.outputs.tag }}
|
./script/sync-zed.ts ${{ steps.get_tag.outputs.tag }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ZED_EXTENSIONS_PAT }}
|
ZED_EXTENSIONS_PAT: ${{ secrets.ZED_EXTENSIONS_PAT }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue