Skip to content

Commit

Permalink
Add GH permissions
Browse files Browse the repository at this point in the history
- Add GH action permissions for testTKG job
Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Mar 20, 2024
1 parent b5016d0 commit 6d75465
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 @@ -4,6 +4,10 @@ on:
types: [created]
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 6d75465

Please sign in to comment.