From bf182225a661c310c1dd6d3af439b7b117222cf3 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 22 May 2025 21:46:24 +0100 Subject: [PATCH] ci: use github token for release please --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b706dab7..eb97db0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: - name: Release id: release uses: google-github-actions/release-please-action@v4 - # with: - # token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Trigger Docker Image Publish if: ${{ steps.release.outputs['release_created'] }}