Skip to content

Commit

Permalink
Update the Github Actions permission (#523)
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 Mar 28, 2024
1 parent b6652b6 commit b7b8838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testTKG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
testTKG:
permissions:
contents: read
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7b8838

Please sign in to comment.