diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index ac26dc2..952f7cf 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -11,6 +11,8 @@ 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