fix: update GitHub Actions permissions in version-bump workflow (#152)
## Description update GitHub Actions permissions in version-bump workflow by adding issues permission for commenting on PR's --- ## Type of Change - [ ] New module - [X] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other --- ## Related Issues None
This commit is contained in:
parent
b58bfebcf3
commit
eae64160bd
1
.github/workflows/version-bump.yaml
vendored
1
.github/workflows/version-bump.yaml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user