From 67d47a1b0578f7b5ff1da2032c1dfbb5c5b74131 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Tue, 13 Feb 2024 17:39:03 -0500 Subject: [PATCH] Use JF bot to create version bump PR --- .github/workflows/bump-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 2b32466d..a241a848 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -86,7 +86,7 @@ jobs: run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV - name: Create PR with new version env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }} run: |- git config user.name "jellyfin-bot" git config user.email "team@jellyfin.org" @@ -153,7 +153,7 @@ jobs: run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV - name: Create PR with new version env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }} run: |- git config user.name "jellyfin-bot" git config user.email "team@jellyfin.org" @@ -223,7 +223,7 @@ jobs: run: echo "newBranch=bump-${{ github.event.inputs.targetBranch }}-to-${{ env.newVersionSlug }}" >> $GITHUB_ENV - name: Create PR with new version env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.JF_BOT_TOKEN }} run: |- git config user.name "jellyfin-bot" git config user.email "team@jellyfin.org"