From 4d94176502747d38c1634af7214d72b0ced52bc8 Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Wed, 5 Feb 2025 11:54:50 -0500 Subject: [PATCH] Update collections-renames.yml Signed-off-by: Justin Kenyon --- .github/workflows/collections-renames.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/collections-renames.yml b/.github/workflows/collections-renames.yml index 3d952c55d8c..5ed2aeba679 100644 --- a/.github/workflows/collections-renames.yml +++ b/.github/workflows/collections-renames.yml @@ -26,12 +26,11 @@ jobs: - name: Test collections and commit the changes env: AUTOCORRECT_RENAMED_REPOS: 1 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: bundle exec rake collections - name: Test collection with autofix and commit changes uses: peter-evans/create-pull-request@v7 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit-message: "✨ Autofixing renamed/removed collection items ✨" commiter: "github-actions[bot] "