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 <anna.bp@ibm.com>
  • Loading branch information
annaibm committed Apr 1, 2024
1 parent b7b8838 commit 04d5ce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testTKG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Run TKG Tests"
on:
issue_comment:
types: [created]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
testTKG:
permissions:
Expand Down

0 comments on commit 04d5ce9

Please sign in to comment.