From 3047a909a2cdd023713e30e0628415e08afb66e1 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 26 Apr 2021 23:29:10 -0400 Subject: [PATCH] ci(gha/nightly): Enable "contents: write" permissions to setup PR [skip ci] --- .github/workflows/nightly.yaml | 3 +++ 1 file changed, 3 insertions(+) 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