diff --git a/.github/workflows/gh-pages-cleanup.yaml b/.github/workflows/gh-pages-cleanup.yaml index ac19580..8c4da5c 100644 --- a/.github/workflows/gh-pages-cleanup.yaml +++ b/.github/workflows/gh-pages-cleanup.yaml @@ -3,6 +3,9 @@ name: Cleanup Directory on Branch Deletion on: delete +permissions: + contents: write + jobs: cleanup: runs-on: ubuntu-latest