From 60055b83abf19552f358fa011bc79a601aab4fc1 Mon Sep 17 00:00:00 2001 From: Muhammet Ali Topcu <42305974+alitpc25@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:17:53 +0300 Subject: [PATCH] Update deploy.yml not working --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a88dc3e8..644aab92 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,8 +8,6 @@ on: jobs: deploy: runs-on: ubuntu-latest - permissions: - contents: read steps: - name: Checkout Repository uses: actions/checkout@v4