mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
ci(gha/nightly): Enable "contents: write" permissions to setup PR
[skip ci]
This commit is contained in:
3
.github/workflows/nightly.yaml
vendored
3
.github/workflows/nightly.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user