From 8f204bc9d486ba3d46604fe664d712513b72341c Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Thu, 18 Jul 2024 10:10:10 +0200 Subject: [PATCH] ci: add release secret --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a670ccd..16fdcc0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,6 +27,7 @@ jobs: with: manifest-file: .github/.release-please-manifest.json config-file: .github/release-please-config.json + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - if: ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }} uses: actions/checkout@v4