From 1560598586bb87de51e463947acb4ecceb4ecde8 Mon Sep 17 00:00:00 2001 From: Lou Stella Date: Tue, 4 Apr 2023 14:14:06 -0500 Subject: [PATCH] Adding one spot where perms were missed --- .github/workflows/build-and-validate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index f9258c1c6a..0381146f4a 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -367,6 +367,9 @@ jobs: runs-on: ubuntu-latest needs: [validate-and-build, run-appinspect, create-report] #Only run when tagged + # adding perms needed + permissions: + contents: write if: startsWith(github.ref, 'refs/tags/') steps: