diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 1402d6a11..c5853aa06 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -26,7 +26,8 @@ jobs: name: Build runs-on: ubuntu-latest permissions: - contents: write + contents: write + workflows: write steps: - name: Checkout uses: actions/checkout@v4