From a3cf8617877d63b2773a180fc300eed829cd6580 Mon Sep 17 00:00:00 2001 From: Alex <94073946+Alex-NRCan@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:15:29 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c351ce..d703a81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,5 +36,5 @@ jobs: with: branch: gh-pages # The branch name where you want to push the assets folder: dist # The directory where your assets are generated - ssh-key: ${{ secrets.PUSH-GH-PAGES }} + token: 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 single-commit: true