From 866e21e6ed4bfb1fee95e33a862dc2bfdf8a8dd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:33:21 +0100 Subject: [PATCH] ci: ensure release pipeline run after tag (stable) (#2833) Backport 9a6046516338f9f7026058ab0244b90eef8b3f98 from #2830. BEGIN_COMMIT_OVERRIDE ci: ensure release pipeline run after tag END_COMMIT_OVERRIDE Co-authored-by: Jonas L --- .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 55150689e..4021e900a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,6 +15,7 @@ jobs: steps: - uses: google-github-actions/release-please-action@v4 with: + token: ${{ secrets.LIBRETIME_BOT_TOKEN }} config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json target-branch: ${{ github.ref_name }}