From 9cb8345fb902b321f68d33d0bb238798225ad163 Mon Sep 17 00:00:00 2001 From: goldbuick Date: Fri, 19 Apr 2024 16:08:01 -0400 Subject: [PATCH] . --- .github/workflows/deploy-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-public.yml b/.github/workflows/deploy-public.yml index bb10fb26..8561adc6 100644 --- a/.github/workflows/deploy-public.yml +++ b/.github/workflows/deploy-public.yml @@ -29,6 +29,6 @@ jobs: REPO: self BRANCH: public # The branch name where you want to push the assets FOLDER: dist # The directory where your assets are generated - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token MESSAGE: "Build: ({sha}) {msg}" # The commit message + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token