From 83fa9136df298b1a71d20676be2a0486a016a3e8 Mon Sep 17 00:00:00 2001 From: Tweeto <91831939+arielt17@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:14:57 +0200 Subject: [PATCH] Update release.yaml (#4) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae16e65..239492a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.CLOUD_DEVOPS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Determine version bump level based on labels if: ${{ env.PR_TITLE != null }} @@ -69,7 +69,7 @@ jobs: - name: Create Release with gh-release uses: ncipollo/release-action@v1 with: - token: ${{ secrets.CLOUD_DEVOPS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.version.outputs.new_version }} name: "${{ steps.version.outputs.new_version }}: ${{ env.PR_TITLE }}" body: |