We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e351f commit 1222372Copy full SHA for 1222372
.github/workflows/ci.yml
@@ -49,13 +49,12 @@ jobs:
49
- name: Install Dependencies
50
run: npm ci
51
52
- - name: Set Commitbot Identity
53
- run: |
54
- git config user.name "im-pipeline-bot"
55
- git config user.email "73202619+im-pipeline-bot@users.noreply.github.com"
56
-
57
- name: Semantic Release
58
env:
59
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GIT_AUTHOR_NAME: 'im-pipeline-bot'
+ GIT_AUTHOR_EMAIL: '73202619+im-pipeline-bot@users.noreply.github.com'
+ GIT_COMMITTER_NAME: 'im-pipeline-bot'
+ GIT_COMMITTER_EMAIL: '73202619+im-pipeline-bot@users.noreply.github.com'
+ GITHUB_TOKEN: ${{ secrets.PIPELINE_BOT_PAT }}
60
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
61
run: npx semantic-release
0 commit comments