From 5377e80af39a4ce9108a7412fb2c08ea2ddf6fdb Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:12:43 -0600 Subject: [PATCH] Update ruby.yml Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- .github/workflows/ruby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 6ca298e..07afd2b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -35,6 +35,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: + token: ${{ secrets.GITHUB_TOKEN }} title: "Apply RuboCop auto-correct" branch: "rubocop-autocorrect" delete-branch: true