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:
|
validation-comment:
|
||||||
name: Make validation comment on PR
|
name: Make validation comment on PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Make validation comment
|
- name: Make validation comment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
|
|
@ -3,3 +3,4 @@ bin
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.charts-build-scripts
|
.charts-build-scripts
|
||||||
|
*.swp
|
||||||
|
|
Loading…
Reference in New Issue