diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index e55c4ff726..f9258c1c6a 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -288,6 +288,9 @@ jobs: update-sources-github: runs-on: ubuntu-latest + permissions: + # Need the write permission because this job commits changes to some folders like dist + contents: write needs: [validate-and-build, run-appinspect, create-report] #Only run when tagged if: startsWith(github.ref, 'refs/tags/')