Skip to content

Commit c7c3d50

Browse files
Merge pull request #34 from outshift-open/fix/deps
fix: deps
2 parents 463a94d + 49e48b7 commit c7c3d50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25-
persist-credentials: false
25+
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
@@ -33,11 +33,11 @@ jobs:
3333
run: yarn lib:build
3434
- name: Release
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39-
GIT_AUTHOR_NAME: github-actions[bot]
40-
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
41-
GIT_COMMITTER_NAME: github-actions[bot]
42-
GIT_COMMITTER_EMAIL: github-actions[bot]@users.noreply.github.com
39+
GIT_AUTHOR_NAME: semantic-release-bot
40+
GIT_AUTHOR_EMAIL: semantic-release-bot@users.noreply.github.com
41+
GIT_COMMITTER_NAME: semantic-release-bot
42+
GIT_COMMITTER_EMAIL: semantic-release-bot@users.noreply.github.com
4343
run: npx semantic-release@21.0.2

0 commit comments

Comments
 (0)