Give a bump-version action a pull-request:write permission

This commit is contained in:
GoldenJaden 2023-12-09 01:20:41 +03:00
parent 8726f8bdfa
commit 9b56ff51cd

View file

@ -44,6 +44,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# Checkout to target branch
- uses: actions/checkout@v2