diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 02e5911..7e683ea 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -10,7 +10,9 @@ on: jobs: Documenter: - name: Documentation + permissions: + contents: write + name: Documentation runs-on: ubuntu-latest steps: - uses: actions/checkout@v2