Skip to content

Commit d163ffb

Browse files
committed
fix: passing on token from parent workflow
1 parent f7b501d commit d163ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

npm/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,6 @@ runs:
130130
if: inputs.automerge == 'true'
131131
uses: alchemaxinc/composite-toolbox/merge-pr@v1
132132
with:
133+
token: ${{ inputs.token }}
134+
merge-method: 'squash'
133135
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}

0 commit comments

Comments
 (0)