From a8519300e661af98dc6fa9dda7ff978b390ea3d9 Mon Sep 17 00:00:00 2001 From: James Lawton Date: Thu, 4 Jul 2024 19:18:39 +0100 Subject: [PATCH] Update on-push-to-main.yml --- .github/workflows/on-push-to-main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index dd0661ba..f9c058a1 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -40,4 +40,5 @@ jobs: GIT_CLONE_PROTECTION_ACTIVE: false BRANCH: build FOLDER: ./src - MESSAGE: "Build: ({sha}) {msg}" \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + MESSAGE: "Build: ({sha}) {msg}"