mirror of https://git.rancher.io/charts
[release-v2.8] changing permissions on validation-comment job (#4289)
parent
935c8bc115
commit
0ccfd2651d
|
@ -14,7 +14,8 @@ jobs:
|
|||
validation-comment:
|
||||
name: Make validation comment on PR
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Make validation comment
|
||||
uses: actions/github-script@v7
|
||||
|
|
|
@ -3,3 +3,4 @@ bin
|
|||
*.DS_Store
|
||||
.idea
|
||||
.charts-build-scripts
|
||||
*.swp
|
||||
|
|
Loading…
Reference in New Issue