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 }}