Skip to content

Commit

Permalink
chore: change auto-merge token so releases are triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Aug 26, 2024
1 parent 4247949 commit 62529a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const autoMergeJob: github.workflows.Job = {
{
uses: 'peter-evans/enable-pull-request-automerge@v2',
with: {
'token': '${{ secrets.GITHUB_TOKEN }}',
'token': '${{ secrets.PROJEN_GITHUB_TOKEN }}',
'pull-request-number': '${{ github.event.number }}',
'merge-method': 'SQUASH',
},
Expand Down

0 comments on commit 62529a4

Please sign in to comment.