Skip to content

Commit

Permalink
Use deco-bot pat token for the release action (#76)
Browse files Browse the repository at this point in the history
PRs created by this action should now trigger CI workflows.

The token has already been added to the repo secrets
  • Loading branch information
ilia-db authored Dec 1, 2023
1 parent c85d759 commit b044107
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 <[email protected]>"
committer: "eng-dev-ecosystem-bot <[email protected]>"
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 b044107

Please sign in to comment.