Skip to content

Commit

Permalink
[dev-v2.9] changing permissions on validation-comment job (rancher#4288)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Jul 23, 2024
1 parent 3bc2446 commit 2088666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validation-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.`
})
})
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bin
*.DS_Store
.idea
.charts-build-scripts
*.swp

0 comments on commit 2088666

Please sign in to comment.