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