From 496b53caf3b35678db95eaf69458ebb433438894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliz=C3=A9=20Debray?= Date: Wed, 6 Nov 2024 11:00:41 +0100 Subject: [PATCH] Update create-token-pr.yaml --- .github/workflows/create-token-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-token-pr.yaml b/.github/workflows/create-token-pr.yaml index 8a7c234e3a..3f5674054d 100644 --- a/.github/workflows/create-token-pr.yaml +++ b/.github/workflows/create-token-pr.yaml @@ -79,6 +79,6 @@ jobs: - name: Create PR if: steps.pr.outputs.exists == 'false' run: | - gh pr create --title "TEST2" --body "Merge this PR to update the tokens in the main branch." --base main + gh pr create --title "TEST3" --body "Merge this PR to update the tokens in the main branch." --base main env: GITHUB_TOKEN: ${{ secrets.SWISSPOSTDEVS_ACCESS_TOKEN }}