Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try using custom git credentials in Changesets Action #535

Merged
merged 3 commits into from
Aug 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
publish: yarn changeset publish
env:
GIT_AUTHOR_EMAIL: 63675132+hashdotai@users.noreply.github.com
kachkaev marked this conversation as resolved.
Show resolved Hide resolved
GIT_AUTHOR_NAME: hashdotai
GIT_COMMITTER_EMAIL: 63675132+hashdotai@users.noreply.github.com
GIT_COMMITTER_NAME: hashdotai
## Enables CI in created ‘Version Packages’ PRs
## https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
GITHUB_TOKEN: ${{ secrets.MACHINE_USER_TOKEN }}
Expand Down