From 95fec492bf7e992bbf208d143ac4b6151d666c27 Mon Sep 17 00:00:00 2001 From: Maxime Letemple <39882025+maxletemple@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:10:41 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7b6604..9e13687 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,5 +14,3 @@ jobs: # Target branch PAGES_BRANCH: gh-pages TOKEN: ${{ secrets.TOKEN }} - # Or if publishing to the same repo, use the automatic token - TOKEN: ${{ secrets.GITHUB_TOKEN }}