Skip to content

Commit 9bcbdde

Browse files
authored
use AboutBits-Tech as CI user (#2)
1 parent 07f51da commit 9bcbdde

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v6
3434
with:
35-
token: ${{ secrets.GITHUB_TOKEN }}
35+
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3636
- uses: oven-sh/setup-bun@v2
3737
- uses: aboutbits/github-actions-base/git-setup@v2
38-
with:
39-
user-name: github-actions[bot]
40-
user-email: github-actions[bot]@users.noreply.github.com
4138
- name: Bump version in package.json
4239
id: version
4340
run: |

0 commit comments

Comments
 (0)