diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 06:17:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 06:17:20 +0800 |
commit | 42f48c7777abe9243372688701f8609ce923168c (patch) | |
tree | 1ee1bc76ef438edf77fd839124a203fb37039741 /.github/workflows | |
parent | ec73ba5d673be930b676b0613c73db8316468277 (diff) | |
download | lua-language-server-42f48c7777abe9243372688701f8609ce923168c.zip |
add permissions
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8101424b..9d4b7599 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,8 @@ name: build +permissions: + contents: write + on: push: branches: |