From 63eec5ffc7aae40490a7608a88b1732fb22750b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Bl=C3=A4cker?= Date: Mon, 5 Aug 2024 11:34:44 +0700 Subject: [PATCH] test --- .github/workflows/versionCheck.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/versionCheck.yml b/.github/workflows/versionCheck.yml index b5c08d239..3d8d7ce3b 100644 --- a/.github/workflows/versionCheck.yml +++ b/.github/workflows/versionCheck.yml @@ -214,7 +214,11 @@ jobs: - name: Update the PR title on GitHub env: + GH_PAT: ${{ secrets.GIT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_TITLE: ${{ env.PR_TITLE }} run: | + + + echo $GH_PAT | gh auth login --with-token gh pr edit ${{ github.event.pull_request.number }} --title "${{ env.PR_TITLE }}"