Skip to content

Commit

Permalink
Add GH permissions (adoptium#519)
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 authored Mar 26, 2024
1 parent 0c5e49d commit b6652b6
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 b6652b6

Please sign in to comment.