Skip to content

Commit 2f69dc8

Browse files
committed
enable git info to be configured in CI
1 parent fdae6c4 commit 2f69dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
repo-token: ${{ secrets.GH_DEPLOY_TOKEN }}
4545
- name: Make sure git user is setup
4646
run: |
47-
git config --local user.email 'tomster@emberjs.com'
48-
git config --local user.name 'Ember.js Alpha Releaser'
47+
git config --local user.email '${{ secrets.GH_DEPLOY_EMAIL }}'
48+
git config --local user.name '${{ secrets.GH_DEPLOY_NAME }}'
4949
- name: Publish with script
5050
run: bun run publish canary -i ${{ github.event.inputs.increment }}
5151
env:

0 commit comments

Comments
 (0)