diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2218c4c..ba1dcb6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -15,6 +15,9 @@ jobs: repo-sync: name: Import changes from template repository runs-on: ubuntu-22.04 + permissions: + contents: write + pull-requests: write steps: - uses: actions/checkout@v4.1.1 - uses: AndreasAugustin/actions-template-sync@v1.5.0