8000 fix: update GitHub Actions permissions in version-bump workflow (#152) · coder/registry@eae6416 · GitHub
[go: up one dir, main page]

Skip to content

Commit eae6416

Browse files
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
1 parent b58bfeb commit eae6416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
permissions:
1818
contents: read
1919
pull-requests: write
20+
issues: write
2021
steps:
2122
- name: Checkout code
2223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0