Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
INFRA-3188: Set version of github-tools for automate release branch s…
…ync workflow

Signed-off-by: Pavel Dvorkin <[email protected]>
  • Loading branch information
XxdpavelxX committed Dec 15, 2025
commit 1b9cdc189243d783e855b14ec1f59d8923407cb9
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync release branches with stable
uses: metamask/github-tools/.github/actions/release-branch-sync@INFRA-3188-AutomateReleaseBranchSync
uses: metamask/github-tools/.github/actions/release-branch-sync@v1.2.0
with:
merged-release-branch: ${{ github.event.pull_request.head.ref }}
github-token: ${{ secrets.STABLE_SYNC_TOKEN }}
Loading