Skip to content

Commit

Permalink
Use deco-bot pat token for the release action
Browse files Browse the repository at this point in the history
PRs created by this action should now trigger CI workflows.
  • Loading branch information
ilia-db committed Dec 1, 2023
1 parent c85d759 commit c93d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
author: "eng-dev-ecosystem-bot <eng-dev-ecosystem-bot@users.noreply.github.com>"
committer: "eng-dev-ecosystem-bot <eng-dev-ecosystem-bot@users.noreply.github.com>"
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 }}
Expand Down

0 comments on commit c93d982

Please sign in to comment.