From 4e11864da6ca9abf294d4c5beb3dd31bffba3407 Mon Sep 17 00:00:00 2001 From: quinna-h Date: Mon, 16 Sep 2024 13:50:11 -0400 Subject: [PATCH] wip --- .github/workflows/auto-update-gemfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update-gemfiles.yml b/.github/workflows/auto-update-gemfiles.yml index 53651b9ad34..ee9da078956 100644 --- a/.github/workflows/auto-update-gemfiles.yml +++ b/.github/workflows/auto-update-gemfiles.yml @@ -146,10 +146,11 @@ jobs: path: gemfiles - run: git diff - + - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: + token: ${{secrets.GITHUB_TOKEN}} branch: test-update-gemfiles delete-branch: true title: 'Test Update Gemfiles'