From 04d5ce9eb80702df07f59c51ab086ae14f3f2866 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:58:05 -0400 Subject: [PATCH] Adding the GH action permission to entire workflow - Update the content permission to `write` for testTKG joob Signed-off-by: Anna Babu Palathingal --- .github/workflows/testTKG.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/testTKG.yml b/.github/workflows/testTKG.yml index 41535a1a..6027b323 100644 --- a/.github/workflows/testTKG.yml +++ b/.github/workflows/testTKG.yml @@ -2,6 +2,10 @@ name: "Run TKG Tests" on: issue_comment: types: [created] +permissions: + contents: write + issues: write + pull-requests: write jobs: testTKG: permissions: