From d8aec3e21f8de197ec26271d366ebc23148cc039 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Fri, 22 Mar 2024 12:17:42 +0100 Subject: [PATCH] tests: add permissions to pull_request test --- .github/workflows/base-test-pr-trigger.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/base-test-pr-trigger.yml b/.github/workflows/base-test-pr-trigger.yml index e0a8e06..c028c4f 100644 --- a/.github/workflows/base-test-pr-trigger.yml +++ b/.github/workflows/base-test-pr-trigger.yml @@ -3,7 +3,10 @@ jobs: container-tests: runs-on: ubuntu-22.04 name: "Smoke test for tfaga - pull_request target" - permissions: "read-all" + permissions: + contents: read + pull-requests: write + statuses: write steps: - name: Checkout repo uses: actions/checkout@v4