Skip to content

Commit d375390

Browse files
authored
ci: fix release flow (vol. 2) (#565)
1 parent 3f1ec55 commit d375390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish_to_npm.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ jobs:
4141
npm i --no-audit # reinstall to have updated lock file
4242
npx lerna ls --json | node scripts/sync-root-changelog.ts
4343
env:
44-
GIT_USER: "[email protected]:${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}"
4544
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
45+
GIT_AUTHOR_NAME: Apify Release Bot
46+
GIT_COMMITTER_NAME: Apify Release Bot
47+
GIT_AUTHOR_EMAIL: [email protected]
48+
GIT_COMMITTER_EMAIL: [email protected]
4649
- name: Commit changes
4750
uses: EndBug/add-and-commit@v9
4851
with:

0 commit comments

Comments
 (0)