From 243e4d213c0562802baccb0376a479acd7a60787 Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:51:37 +0100 Subject: [PATCH] Add write-all permissions to Build tests job --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6f604c0..03e9bd0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,6 +52,7 @@ jobs: name: Build tests runs-on: ubuntu-latest needs: tfsec + permissions: write-all steps: - name: Checkout uses: actions/checkout@v3