Skip to content

Commit 5c55919

Browse files
authored
[internal] Update GitHub Actions workflow files (#151)
1 parent f2c245c commit 5c55919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-bridge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
name: Set Automerge
6767
uses: peter-evans/enable-pull-request-automerge@v1
6868
with:
69-
github_token: ${{ secrets.PULUMI_BOT_TOKEN }}
70-
merge_method: squash
71-
pull_request_number: ${{ steps.create-pr.outputs.pull-request-number }}
69+
merge-method: squash
70+
pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}
7271
repository: ${{ github.repository }}
72+
token: ${{ secrets.PULUMI_BOT_TOKEN }}
7373
strategy:
7474
fail-fast: true
7575
matrix:

0 commit comments

Comments
 (0)