From 2d63c38b5b401b4705e53b8dadec0919e46f07db Mon Sep 17 00:00:00 2001 From: Astesana Date: Wed, 29 May 2024 18:24:19 +0200 Subject: [PATCH] Fixes tutorial check workflow --- .github/workflows/tutorial.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tutorial.yml b/.github/workflows/tutorial.yml index 5c05891..0817bc3 100644 --- a/.github/workflows/tutorial.yml +++ b/.github/workflows/tutorial.yml @@ -21,11 +21,11 @@ jobs: uses: actions/checkout@v4 with: repository: fathzer/hosting + token: ${{ secrets.REPO_READ_TOKEN }} sparse-checkout: javaluator path: './hosting' - name: seeMe run: | chmod +x ./javaluator-examples/detectDiff.sh - ./javaluator-examples/detectDiff.sh ./hosting/javaluator/www/en/doc/tutorial ./javaluator-examples/src/main/java/com/fathzer/soft/javaluator/examples - + ./javaluator-examples/detectDiff.sh ./hosting/javaluator/www/en/doc/tutorial ./javaluator-examples/src/main/java/com/fathzer/soft/javaluator/examples \ No newline at end of file