Skip to content

Commit a118f27

Browse files
professorashleywillardperryqhschoblaska
authored
Change environment variables for git (#5)
Co-authored-by: Ashley Willard <ashley.willard@gusto.com> Co-authored-by: Perry Hertler <perry.hertler@gusto.com> Co-authored-by: Joey Schoblaska <joey.schoblaska@gusto.com>
1 parent ab13a92 commit a118f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: discourse/publish-rubygems-action@04549cca4eecd343acd215114ebbbdb99630af90
1717
env:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19-
GIT_EMAIL: ${{secrets.ALEX_GIT_EMAIL}}
20-
GIT_NAME: ${{secrets.ALEX_GIT_NAME}}
19+
GIT_EMAIL: ${{secrets.GUSTO_GIT_EMAIL}}
20+
GIT_NAME: ${{secrets.GUSTO_GIT_NAME}}
2121
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
2222
- name: Create GitHub Release
2323
run: gh release create v${{steps.tag-and-push-gem.outputs.gem_version}} --generate-notes

0 commit comments

Comments
 (0)