From 0b242f2c9d101e9c6d63dedebdcbfa462d7d6b27 Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Thu, 17 Oct 2024 12:42:46 -0300 Subject: [PATCH] fix workflow permissions --- .github/workflows/Zip-it.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Zip-it.yml b/.github/workflows/Zip-it.yml index 327edaf..0be0243 100644 --- a/.github/workflows/Zip-it.yml +++ b/.github/workflows/Zip-it.yml @@ -20,6 +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: