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