From 50248edd570c7431e6b6702262301eea05bfa279 Mon Sep 17 00:00:00 2001 From: Croydon Date: Thu, 9 May 2024 09:22:15 +0200 Subject: [PATCH] Generate: Fix auth --- .github/workflows/generate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4320f79..87c3386 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -45,7 +45,6 @@ jobs: repository: "bincrafters/remote" ref: "testing/v-999" path: "remote" - token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Commit Generate Files run: | git config --global user.email "${{ secrets.BOT_GITHUB_EMAIL }}"