Skip to content

Commit

Permalink
Adding the GH action permission to entire workflow
Browse files Browse the repository at this point in the history
- Update the content permission to `write` for testTKG joob

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Mar 28, 2024
1 parent b6652b6 commit 64321f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testTKG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Run TKG Tests"
on:
issue_comment:
types: [created]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
testTKG:
permissions:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, 'run tkg-test')
steps:
Expand Down

0 comments on commit 64321f3

Please sign in to comment.