Skip to content

Commit 4d94176

Browse files
authored
Update collections-renames.yml
Signed-off-by: Justin Kenyon <[email protected]>
1 parent 05f7184 commit 4d94176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
- name: Test collections and commit the changes
2727
env:
2828
AUTOCORRECT_RENAMED_REPOS: 1
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2930
run: bundle exec rake collections
3031

3132
- name: Test collection with autofix and commit changes
3233
uses: peter-evans/create-pull-request@v7
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3534
with:
3635
commit-message: "✨ Autofixing renamed/removed collection items ✨"
3736
commiter: "github-actions[bot] <[email protected]>"

0 commit comments

Comments
 (0)