mirror of https://git.rancher.io/charts
[dev-v2.9] changing permissions on validation-comment job (#4288)
parent
3bc2446df8
commit
2088666914
.github/workflows
|
@ -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
|
||||
|
@ -36,4 +37,4 @@ jobs:
|
|||
</pre>
|
||||
- Add a 👍 (thumbs up) reaction to this comment once done. CI won't pass without this reaction to the github-action bot's latest validation comment.
|
||||
- Approve the PR to run the CI check.`
|
||||
})
|
||||
})
|
||||
|
|
|
@ -3,3 +3,4 @@ bin
|
|||
*.DS_Store
|
||||
.idea
|
||||
.charts-build-scripts
|
||||
*.swp
|
||||
|
|
Loading…
Reference in New Issue