aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-10-30 16:35:47 -0400
committerGitHub <noreply@github.com>2021-10-30 16:35:47 -0400
commit91f6c06b5219087d221ae42f99668af5133b2386 (patch)
tree0f013cb59dc47e083a65b8bd4ab5558b5663bfdb
parente501aac7ff89f0ec12bf54123269d40397208820 (diff)
parent9f5e736e5d331d17bdaf14d7cb21208f7a6c31a4 (diff)
downloadrneovim-91f6c06b5219087d221ae42f99668af5133b2386.tar.gz
rneovim-91f6c06b5219087d221ae42f99668af5133b2386.tar.bz2
rneovim-91f6c06b5219087d221ae42f99668af5133b2386.zip
Merge pull request #16181 from jamessan/backport-perms
ci(backport): add write permissions for contents/pull_requests
-rw-r--r--.github/workflows/backport.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index e1307b89d2..64650efde5 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -4,6 +4,9 @@ on:
types: [closed, labeled]
jobs:
backport:
+ permissions:
+ contents: write
+ pull-requests: write
name: Backport Pull Request
if: >
github.repository_owner == 'neovim' && (
@@ -22,7 +25,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
- uses: zeebe-io/backport-action@v0.0.6
+ uses: zeebe-io/backport-action@v0.0.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}