From 5e33dda5f30106a9fbaaac96cfdbc80361eb8247 Mon Sep 17 00:00:00 2001 From: Emad Adel Date: Sun, 22 Sep 2024 09:42:58 +0300 Subject: [PATCH] Update remove.yaml --- .github/workflows/remove.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/remove.yaml b/.github/workflows/remove.yaml index 5a7407f..e902781 100644 --- a/.github/workflows/remove.yaml +++ b/.github/workflows/remove.yaml @@ -3,7 +3,10 @@ name: Delete st.ps1 on Push on: push: branches: - - main # Change this if you want to target other branches + - main # Change this if needed + +permissions: + contents: write # Ensure GITHUB_TOKEN has write permissions jobs: delete_file: