From 6116e87378990ce6a0b75be1455c4d0e3e372f1e Mon Sep 17 00:00:00 2001 From: Simon Planinschek Date: Fri, 22 May 2026 16:39:51 +0200 Subject: [PATCH] use AboutBits-Tech as CI user --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bee04e..7143c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,12 +32,9 @@ jobs: steps: - uses: actions/checkout@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - uses: oven-sh/setup-bun@v2 - uses: aboutbits/github-actions-base/git-setup@v2 - with: - user-name: github-actions[bot] - user-email: github-actions[bot]@users.noreply.github.com - name: Bump version in package.json id: version run: |