From 4a6f8e5d4869f0908654bb39a94d9c575250b79b Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Mon, 25 Nov 2024 12:04:44 +0100 Subject: [PATCH] ci: update token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36d1b53949..3beac1f515 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +51,5 @@ jobs: commit-message: 'chore: api-platform ${{ inputs.tag }}' branch: api-platform-core title: 'chore: api-platform ${{ inputs.tag }}' + token: ${{ secrets.RELEASE_TOKEN }} body: 'Updates api-platform/core to ${{ inputs.tag }}'