Skip to content

Commit cc88845

Browse files
committed
Update localization-pull-local.yml
1 parent 95fc500 commit cc88845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/localization-pull-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: git add Acme.BookStore/src/Acme.BookStore.Domain.Shared/Localization/**/*.json
2626

2727
- name: Commit changes
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830
run: |
2931
git config user.name "GitHub Actions"
3032
git config user.email "actions@github.com"
@@ -34,5 +36,3 @@ jobs:
3436
git commit -m "Updated localizations from Google Sheets"
3537
git push
3638
fi
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)