Skip to content

Commit

Permalink
Merge pull request #524 from annaibm/updateGHContent_permission
Browse files Browse the repository at this point in the history
Update Github  actions permission to entire workflow
  • Loading branch information
smlambert committed Apr 2, 2024
2 parents b7b8838 + 04d5ce9 commit 1a72ab8
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 1a72ab8

Please sign in to comment.