From f6bd8a9cead3200e161c8fc9f63a4c27a1dedddb Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:04:45 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index 952f7cf..ac26dc2 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - token: ${{ secrets.GH_TOKEN }} - name: remove all images run: sudo find . -name "*.png" | xargs sudo rm -f - name: Pushes to another repository