From 60dff3e3ba373989469f4882c941ec4d075191d4 Mon Sep 17 00:00:00 2001 From: Kevin Mas Ruiz Date: Wed, 8 May 2024 19:05:45 +0200 Subject: [PATCH] chore: test draft release --- .github/workflows/draft-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 0a334263..7cb70d7a 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -92,7 +92,7 @@ jobs: - name: Create Draft Release shell: bash env: - GITHUB_TOKEN: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -e echo Creating draft release for: "${RELEASE_TAG}"