Skip to content

Commit

Permalink
fix(projenrc): workflow git identity email fix
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Aug 26, 2023
1 parent c7dd0b6 commit 6387e7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .envrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/upgrade.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const monorepo = MonorepoBuilder.build({
},
workflowGitIdentity: {
name: '${{ vars.CCU_BOT_GIT_NAME }}',
email: '${{ vars.CCU_BOT_GIT_NAME }}',
email: '${{ vars.CCU_BOT_GIT_EMAIL }}',
},
projenCredentials: crisiscleanupBot,
workspaceConfig: {
Expand Down

0 comments on commit 6387e7f

Please sign in to comment.