mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(actions): pass GH_TOKEN
to luau-lsp install step
This commit is contained in:
parent
9517d666fe
commit
1929a25fc4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -92,6 +92,8 @@ jobs:
|
|||
mkdir -p ~/.local/bin
|
||||
unzip luau-lsp-linux.zip -d ~/.local/bin
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: pesde install
|
||||
|
|
Loading…
Add table
Reference in a new issue