diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8b710fb..c65d3c2 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,6 +15,9 @@ concurrency: jobs: documentation: name: "Documentation" + permissions: + contents: write + statuses: write uses: "SciML/.github/.github/workflows/documentation.yml@v1" with: julia-version: "1"