diff options
author | James McCoy <jamessan@jamessan.com> | 2021-04-26 23:29:10 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-04-26 23:45:36 -0400 |
commit | 3047a909a2cdd023713e30e0628415e08afb66e1 (patch) | |
tree | 6623546f24e4e2c6d602065785814c10973cbbfb | |
parent | ecf075eb297e647a552fb12efd00fa5834bc4d61 (diff) | |
download | rneovim-3047a909a2cdd023713e30e0628415e08afb66e1.tar.gz rneovim-3047a909a2cdd023713e30e0628415e08afb66e1.tar.bz2 rneovim-3047a909a2cdd023713e30e0628415e08afb66e1.zip |
ci(gha/nightly): Enable "contents: write" permissions to setup PR
[skip ci]
-rw-r--r-- | .github/workflows/nightly.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 431ccd8b61..5823d8187e 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -6,6 +6,9 @@ on: jobs: update-vim-patches: runs-on: ubuntu-20.04 + permissions: + contents: write + pull-requests: write env: VIM_SOURCE_DIR: ${{ format('{0}/vim-src', github.workspace) }} VERSION_BRANCH: marvim/ci-version-update |