From d8df66604b969a03c4b1e61e268d97a11a821fdd Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:01:36 -0600 Subject: [PATCH] Update RuboCop-Auto-correct.yml Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- .github/workflows/RuboCop-Auto-correct.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RuboCop-Auto-correct.yml b/.github/workflows/RuboCop-Auto-correct.yml index 1a2e2c3..47c53ba 100644 --- a/.github/workflows/RuboCop-Auto-correct.yml +++ b/.github/workflows/RuboCop-Auto-correct.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.RUBOCOP_CHECKS }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0 with: @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.RUBOCOP_CHECKS }} + token: ${{ secrets.GITHUB_TOKEN }} title: "Apply RuboCop auto-correct" branch: "rubocop-autocorrect-${{ github.run_number }}" delete-branch: true