From fa5b55daf542c99e1e1d6af79f74eaa9dc7acb47 Mon Sep 17 00:00:00 2001 From: Kareem Ebrahem Date: Mon, 18 Mar 2024 17:23:05 +0200 Subject: [PATCH] Fix actions error --- .github/workflows/webgetter_full.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/webgetter_full.yml b/.github/workflows/webgetter_full.yml index 4c72c13..f8989a8 100644 --- a/.github/workflows/webgetter_full.yml +++ b/.github/workflows/webgetter_full.yml @@ -10,11 +10,6 @@ jobs: build: name: WebGetter runs-on: ubuntu-20.04 - if: github.event.repository.owner.id == github.event.sender.id - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - permissions: - contents: write steps: - name: Check Out uses: actions/checkout@v4