From a76691f2fc714a1e644d29f702e85dcbf0d936e2 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Fri, 31 Mar 2023 08:48:45 +0800 Subject: [PATCH] Add permissions key --- .github/workflows/template-cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index f228d4d8..78864a7c 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -10,6 +10,9 @@ on: branches: - main +permissions: + contents: write + jobs: cleanup: runs-on: ubuntu-latest