From c93d9820cfc4b2e806f99306edb13d92c9858a72 Mon Sep 17 00:00:00 2001 From: Ilia Babanov Date: Fri, 1 Dec 2023 12:14:57 +0100 Subject: [PATCH] Use deco-bot pat token for the release action PRs created by this action should now trigger CI workflows. --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 363b6cc..3e08753 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -29,7 +29,7 @@ jobs: with: author: "eng-dev-ecosystem-bot " committer: "eng-dev-ecosystem-bot " - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DECO_GITHUB_TOKEN }} commit-message: Release CLI v${{ github.event.inputs.version }} body: Release CLI v${{ github.event.inputs.version }} branch: release-v${{ github.event.inputs.version }}