We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae6c4 commit 2f69dc8Copy full SHA for 2f69dc8
.github/workflows/alpha-release.yml
@@ -44,8 +44,8 @@ jobs:
44
repo-token: ${{ secrets.GH_DEPLOY_TOKEN }}
45
- name: Make sure git user is setup
46
run: |
47
- git config --local user.email 'tomster@emberjs.com'
48
- git config --local user.name 'Ember.js Alpha Releaser'
+ git config --local user.email '${{ secrets.GH_DEPLOY_EMAIL }}'
+ git config --local user.name '${{ secrets.GH_DEPLOY_NAME }}'
49
- name: Publish with script
50
run: bun run publish canary -i ${{ github.event.inputs.increment }}
51
env:
0 commit comments