From 8938713709c10f179316c1212a179353cdfbc077 Mon Sep 17 00:00:00 2001 From: d0nda Date: Sun, 22 Jun 2025 19:09:58 +0200 Subject: [PATCH] version bump file update --- .github/workflows/version-bump.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 30dd616..596b228 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -13,11 +13,14 @@ on: jobs: bump-version: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 @@ -26,7 +29,7 @@ jobs: - name: Configure Git run: | - git config --global user.name 'GitHub Actions' + git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Bump version