From 9577927f16e3b2f673d6208dd22b0d14cc942e41 Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Mon, 7 Oct 2024 15:03:20 -0300 Subject: [PATCH] fix workflow permissions --- .github/workflows/Zip-it.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Zip-it.yml b/.github/workflows/Zip-it.yml index 327edaf..d490b2d 100644 --- a/.github/workflows/Zip-it.yml +++ b/.github/workflows/Zip-it.yml @@ -20,7 +20,8 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - + permissions: + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it